Replace Reddit Links with Old Reddit

Changes Reddit links to old.reddit.com directly in the DOM, preventing redirects.

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

You will need to install an extension such as Tampermonkey to install this script.

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
99xPotions
1日のインストール数
0
累計インストール数
9
評価
0 0 0
バージョン
1.0.1
作成日
2026/04/23
更新日
2026/04/29
大きさ
1.37KB
ライセンス
MIT
対象サイト
すべてのサイト

What it does

This script dynamically scans any webpage you visit for links pointing to the standard Reddit domains (www.reddit.com or reddit.com) and replaces them entirely with old.reddit.com directly within the anchor tags (href).

By changing the URL right in the DOM, you bypass the need for any middle-man browser redirects after clicking. You will seamlessly go straight to Old Reddit.

Features

  • Zero Redirects: Alters the links before you click them, saving loading time and avoiding redirect flashes.
  • Dynamic Content Support: Includes a built-in MutationObserver. If a site loads new links via infinite scrolling (e.g., Twitter, forums, search engines), the script will automatically process and swap those new links on the fly.
  • Broad Compatibility: Runs quietly on all URLs (*://*/*) to ensure links are caught and formatted regardless of what website you found them on.

Performance

The logic makes use of native, lightweight DOM query selectors, ensuring minimal impact on browser performance while reliably detecting target URLs.