TikTok to TikNot Redirect

Redirect TikTok to TikNot

目前為 2023-12-19 提交的版本,檢視 最新版本

作者
Rust1667
評價
0 0 0
版本
1.1
建立日期
2023-12-19
更新日期
2023-12-19
尺寸
1.2 KB
授權條款
未知
腳本執行於

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.