您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
添加各种功能并改善 Greasy Fork 体验
Please make sure you install the script from greasyfork.org, not fake sites.
GreasyFork++ GreasyFork
Credit to iFelix18 GitHub
no-cache
Greasy Fork Enhance - Flat Layout
NonLatin
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 fonts
Baidu
and GOOGLE FONTS
).twitter, re/(baidu|google\sfonts)/i
twitter
) or a pattern (e.g., re/(baidu|google\sfonts)/i
filters "baidu" or "google fonts" case-insensitively).re/bot/i re/hack/i, game
i
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
).