您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
recipe tracking + other various tweaks for infinite craft
当前为
various tweaks for infinite craft
regex:
for regex search (e.g. regex:^[0-9]+$
would return any that consist of just numbers)regexi:
for case-insensitive regex search (e.g. regexi:^wolf
would return Wolf
and Wolfman
, but not Werewolf
)full:
to match the entire element name rather than just substrings (e.g. full:12
would return 12
, but wouldn't return 1234
or 8126
)fulli:
for the same as full:
except case insensitive (e.g. fulli:wolf
would return Wolf
, but wouldn't return Werewolf
)browser | userscript manager | compatible? |
---|---|---|
chrome | tampermonkey | yes |
firefox | tampermonkey | yes |
(other browsers or userscript managers will probably work, these are just the ones i've tested it on so far)
WARNING: the old version 3.1.0 contains a bug that will result in data being lost. if you're downgrading for some reason, don't install that one.