Reddit to Teddit Redirector

Redirect reddit to teddit, a free and open source alternative focused on privacy. Use with something like https://violentmonkey.github.io

作者
Jared Miller
今日安裝
0
安裝總數
170
評價
1 0 0
版本
1.1
建立日期
2022-08-22
更新日期
2024-04-28
尺寸
957 位元組
授權條款
Unlicense
腳本執行於

Does this thing:

(function() {
    'use strict';
    const newURL = new URL(window.location.href);
    newURL.hostname = 'teddit.net';
    window.location.replace(newURL.toString());
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址