添加各种功能并改善 Greasy Fork 体验
当前为 
Please make sure you install the script from greasyfork.org, not fake sites.
GreasyFork++ GreasyFork
Credit to iFelix18 GitHub
no-cacheGreasy Fork Enhance - Flat LayoutNonLatin by default. This totally affects non-English users to use this script at the first time.GM_setValue and GM_getValue which are totally unused and obsoleted. @violentmonkey/shortcut to 1.3.0white-space:nowrap to block button (to avoid long script name split the button icon and button text)@sizzlemctwizzle/GM_config to 2023.06.04firstUse to show the settings dialog when the user first installs the script.@inject-into to content. This is incorrect since Greasy Fork+ 1.0.0.It supports both plain text and RegEx filtering for blocking content appeared in script title or script description.
baidu, google fontsBaidu and GOOGLE FONTS).twitter, re/(baidu|google\sfonts)/itwitter) or a pattern (e.g., re/(baidu|google\sfonts)/i filters "baidu" or "google fonts" case-insensitively).re/bot/i re/hack/i, gamei flag) ignore case.re/<pattern>/<flags>. In RegEx flags, i for case-insensitive and u for unicode > 65535 (such as emojis).re/bot/i re/hack/i blocks content only if it contains both a variant of "bot" (e.g., Bot, BOT) and a variant of "hack" (e.g., Hack, HACK).