您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Redirect Reddit links to LiveContainer so they open in the containerized Reddit app.
Redirect any Reddit HTTPS link (including redd.it
shortlinks) to the LiveContainer app on iOS so it opens in your containerized Reddit.
No tracking, no external requests—just smart link handling.
Author: @sharmanhall
reddit.com
(including old.reddit.com
/ np.reddit.com
) in Safari to LiveContainer.redd.it
shortlinks.livecontainer://open-web-page?url=BASE64(https://…reddit or redd.it link…)
lc=1
guard to avoid bounce loops.@noframes
so embeds/ads in iframes aren’t touched.reddit.com
/ redd.it
page or tap a Reddit link anywhere.VERBOSE
– console logging.AUTO_REDIRECT_ON_REDDIT_PAGES
– bounce automatically when already on Reddit.REWRITE_LINKS_ON_ALL_PAGES
– intercept Reddit links anywhere.ADD_LC_FLAG
– append lc=1
to prevent back/forward loops.reddit.com
and redd.it
).data-expanded-url
) that points to Reddit, the script will use it.i.redd.it
or v.redd.it
aren’t explicitly targeted to avoid hijacking pure media/file links.redditHosts
set.)AUTO_REDIRECT_ON_REDDIT_PAGES = false
to keep browsing the website but still rewrite links elsewhere.@run-at document-start
, @noframes
, double-hook guard, global click fallback, safer Base64, shortlink support.MIT