Firefox 瀏覽器附加元件
登入
Redirector URL 預覽

Redirector URL 作者: rxliuli

Dynamic URL Redirector

5(1 筆評分)5(1 筆評分)
70 位使用者70 位使用者
下載 Firefox
下載檔案

擴充套件後設資料

關於此擴充套件
Redirector automatically redirects URLs from one site to another based on rules you define. Once a rule is active, every time you visit a matching URL, you're instantly sent to the destination — no extra clicks needed.

COMMON USE CASES
• Always use Old Reddit instead of the redesign
• Switch Google search results to DuckDuckGo
• Skip tracking redirects (email click-tracking links) and go straight to the real destination
• Redirect deprecated tool URLs to their replacements

QUICK START — Your first rule in 30 seconds

Let's redirect reddit.com → old.reddit.com:
  1. Click the Redirector icon in your toolbar — the options page opens
  2. Click "Add Rule"
  3. Fill in the two fields:
    Match URL: ^https://www.reddit.com/(.*)
    Redirect To: https://old.reddit.com/$1
  4. (Optional) Paste a test URL like https://www.reddit.com/r/cats to verify the result
  5. Click "Add" — done!

How the pattern works:
• ^https://www.reddit.com/ matches the beginning of any Reddit URL
• (.*) captures everything after the domain (e.g. r/cats)
• $1 in Redirect To inserts that captured part into the new URL

That's the basic idea: match a URL, capture the parts you need, build a new URL with them.

MORE EXAMPLES

Redirect Google search to DuckDuckGo:
Match URL: ^https://www.google.com/search\?q=(.?)&.$
Redirect To: https://duckduckgo.com/?q=$1

Skip email click-tracking redirects:
Match URL: https://click.redditmail.com/CL0/(.*)
Redirect To: {{$1|decodeURIComponent}}

KEY FEATURES
• Create redirect rules using regex or URL Pattern syntax
• Enable, disable, reorder, and test rules with real-time feedback
• Import/export rules as JSON to back up or share with others
• Supports pipeline transformations (URL decoding, base64 decoding)
• Keyboard shortcut Alt+Shift+O to navigate back to the original URL before redirect

PRIVACY
All rules are processed locally. This extension does not collect or transmit any user data.

CONTACT
If you have any questions or suggestions, please join us at https://discord.gg/gFhKUthc88
由 1 位評論者給出 5 分
登入後即可幫此擴充套件評分
目前沒有評分

已儲存星等

5
1
4
0
3
0
2
0
1
0
閱讀全部 1 條評論
權限與資料

必要權限:

  • 在上網時了解瀏覽器行為狀態

選用的權限:

  • 存取您所有網站中的資料
了解更多
更多資訊
附加元件網址
  • 技術支援網站
版本
0.16.2
大小
208.74 KB
最近更新
7 天前 (2026年4月26日)
相關分類
  • 隱私權與安全性
授權條款
MIT License
版本紀錄
  • 瀏覽所有版本
新增至收藏集
檢舉此附加元件
前往 Mozilla 官網

附加元件

  • 關於
  • Firefox 附加元件部落格
  • 擴充套件工作坊
  • 開發者交流中心
  • 開發者政策
  • 社群部落格
  • 討論區
  • 回報 Bug
  • 評論撰寫指南

瀏覽器

  • Desktop
  • Mobile
  • Enterprise

產品

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 隱私權
  • Cookie
  • 法律資訊

除另有註明外,本站內容皆採用創用 CC 姓名標示—相同方式分享條款 3.0 或更新版本授權大眾使用。