Firefox 浏览器附加组件
  • 扩展
  • 主题
    • 适用于 Firefox
    • 字典和语言包
    • 其他浏览器网站
    • 适用于 Android 的附加组件
登录
Redirector URL 预览

Redirector URL 作者: rxliuli

Dynamic URL Redirector

5(1 条评价)5(1 条评价)
80 个用户80 个用户
下载 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
评分 5(1 位用户)
登录以评价此扩展
目前尚无评分

已保存星级评分

5
1
4
0
3
0
2
0
1
0
阅读全部 1 条评价
权限与数据

必要权限:

  • 获知浏览器导航时的行为状态

可选权限:

  • 访问您在所有网站的数据
详细了解
更多信息
附加组件链接
  • 用户支持网站
  • Copy add-on ID
版本
0.16.8
大小
208.91 KB
上次更新
4 天前 (2026年5月16日)
相关分类
  • 隐私和安全
许可证
MIT 许可证
版本历史
  • 查看所有版本
添加到收藏集
举报此附加组件
转至 Mozilla 主页

附加组件

  • 关于
  • Firefox 附加组件博客
  • 扩展工坊
  • 开发者中心
  • 开发者政策
  • 社区博客
  • 论坛
  • 报告缺陷
  • 评价指南

浏览器

  • Desktop
  • Mobile
  • Enterprise

产品

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

除非另有注明,否则本网站上的内容可按知识共享 署名-相同方式共享 3.0 或更新版本使用。