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或关注我们的公众号极客氢云获取最新地址