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
1 人のレビュー担当者が 5 と評価しました
ログインしてこの拡張機能を評価
まだ評価されていません

星の評価を保存しました

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 License
バージョン履歴
  • すべてのバージョンを見る
コレクションへ追加
このアドオンを報告
Mozilla のホームページへ

アドオン

  • このサイトについて
  • Firefox アドオンブログ
  • 拡張機能ワークショップ
  • 開発者センター
  • 開発者ポリシー
  • コミュニティブログ
  • フォーラム
  • バグを報告
  • レビューガイド

ブラウザー

  • Desktop
  • Mobile
  • Enterprise

製品情報

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • プライバシー
  • Cookie
  • 法的情報

特に 明記されている 場合を除き、当サイト上のコンテンツは Creative Commons 表示・継承ライセンス v3.0 あるいはそれ以降のバージョンで公開されています。