Teddit Redirector

Redirect reddit to teddit

目前為 2022-08-22 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Teddit Redirector
// @namespace    https://codeberg.org/shmup/junk-trove
// @version      1.0
// @description  Redirect reddit to teddit
// @author       shmup
// @match        https://www.reddit.com/*
// @match        https://reddit.com/*
// @match        https://old.reddit.com/*
// @grant        none
// @run-at       document-start
// @license      Unlicense
// ==/UserScript==

(function () {
  top.location.hostname = "teddit.net";
})();

QingJ © 2025

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