美化介面和重新排版,包括移除廣告和多餘的橫幅,修正繪師名稱和編輯相關的資訊保存,自動載入原始圖像,菜單設置圖像大小間距,快捷鍵觸發自動滾動,解析文本中的連結並轉換為可點擊的連結,快速的頁面切換和跳轉功能,並重新定向到新分頁
Regarding the first issue — if you're modifying the script's internal code or settings, userscript managers like Tampermonkey or Violentmonkey won't reapply the updated script automatically on an already loaded page. You'll need to manually refresh the page for the changes to take effect. This behavior is expected and standard across most script managers.
As for the delay mentioned in the "Known Issues" section, it's not about page loading speed from the user's perspective — it's a safety delay added to ensure the script runs after dynamic content (like posts) finishes rendering, especially since the site uses AJAX. In many cases, the script initializes faster than the page finishes rendering, which can lead to incomplete or broken functionality. Without that small delay, the script might run too early and miss the content it's supposed to handle.
That's not what I mean, not even close. The settings make the page not injected with the script and need to be refreshed every time.
On the post page
I think I might still be misunderstanding your point — can I clarify a few things with you?
Any changes to the script or its settings require a page refresh after saving, otherwise the updates won’t take effect. This is standard behavior for all userscript managers like Tampermonkey or Violentmonkey. Just confirming if we're on the same page there.
The NewTabOpens setting you mentioned — are you referring to the one under the Preview section? That setting only applies to the Preview page (the one with multiple post cards). It does not affect Post pages.
On individual Post pages, the only features that get injected are FixArtist and TextToLink from the Global settings. Their behavior (like whether links open in a new tab) is controlled by the newtab flag, not NewTabOpens.
Also, if possible — and I say this kindly 😄 — could you try describing the issue as if you're reporting it to an AI?
Just explain exactly what happened step-by-step:
– What page were you on (Preview or Post)?
– Which setting did you change?
– What did you expect to happen?
– What actually happened?
That kind of breakdown really helps me understand the issue more clearly so I can help you faster. Right now, I’m still a bit confused about what exactly is going wrong.
Honestly, I’m having trouble understanding the issue because the description is really vague. 🙏
If possible, could you try describing it step by step, maybe even ask an AI assistant (like ChatGPT) to help you phrase it clearly first — explain what you changed, what you expected, and what actually happened — and then paste that here? That would help me tremendously in figuring out what the actual problem is.
I have already replied on GitHub. Please respond there. If there is no reply within a week, I will treat the issue as resolved and close it.
Changing "NewTabOpens" on "Preview" to false, will make the script to not load and need to refresh. I read about the known issue and opening the post feels really fast, I don't know if there's a delay or if that can help.