Replace Reddit Links with Old Reddit

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

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

ستحتاج إلى تثبيت إضافة مثل Stylus لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتتمكن من تثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

(لدي بالفعل مثبت أنماط للمستخدم، دعني أقم بتثبيته!)

المؤلف
99xPotions
التثبيت اليومي
0
إجمالي التثبيت
9
التقييمات
0 0 0
الإصدار
1.0.1
تم إنشاؤه
23-04-2026
تم تحديثه
29-04-2026
الحجم
1.37 KB
الترخيص
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.