您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
On ipa.cypwn.xyz, replace TrollStore's apple-magnifier installer links with LiveContainer's install URL so the IPA installs inside LiveContainer.
当前为
Swap TrollStore’s installer links on ipa.cypwn.xyz
to LiveContainer’s install scheme so tapping “TrollStore Direct” installs the IPA inside LiveContainer instead.
Author: @sharmanhall
apple-magnifier://install?url=…
→ livecontainer://install?url=ENCODED(https://…)
window.open
, location.assign
, and location.replace
calls that try to launch the TrollStore scheme.livecontainer://install?url=…
).LiveContainer’s “Install from URL” scheme was introduced in v3.3.0 and documented by the maintainers:
livecontainer://install?url=…
. TrollStore usesapple-magnifier://install?url=…
.
(Refs: LC v3.3.0 notes & issue thread; TrollStore scheme background.)
VERBOSE
– console logging.ONLY_ON_CYPWN
– limit to ipa.cypwn.xyz
(default). Set false
to translate TrollStore installer links everywhere.PATCH_ANCHORS
– hook <a href="apple-magnifier://…">
.PATCH_WINDOW_NAV
– intercept JS navigations (window.open
, location.assign/replace
).livecontainer://install?url=<paste-encoded-IPA-URL-here>
MIT