您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Redirect TikTok to TikNot
当前为
This userscript will redirect TikTok video links to TikNot which is an alternative frontend to TikTok.
This was generated with this prompt to ChatGPT:
Write a userscript that will redirect a URL that looks like
"https://www.tiktok.com/@*/video/*?*"
to another URL that looks like
"https://tiknot.netlify.app/video/$2"
where "$2" is the second "*" that appears in the origin URL
make it so that the script does it job as soon as possible, before any content from the origin URL is loaded
Alternatively you can use the Redirector browser extension, and import this JSON config file into it.