Redirector icon indicating copy to clipboard operation
Redirector copied to clipboard

Browser extension (Firefox, Chrome, Opera, Edge) to redirect urls based on regex patterns, like a client side mod_rewrite.

Results 182 Redirector issues
Sort by recently updated
recently updated
newest added

Is it possible to make it work in this scenario: Include pattern: chrome-extension://cjpalhdlnbpafiamejdnhcphjbkeiagm/document-blocked.html?details=* Redirect to: javascript:window.history.back(); Pattern type: Wildcard

## Mobile Compatibility and Usability: * Update HTML and CSS files so they format properly on Android (Firefox) * Update popup.js so the popup closes when clicking "Edit Redirects" on...

I use Redirector on Firefox 68 on Windows 10. There is no "storage area" option, neither in the about:addons options, nor in the moz-extension://... options.

Hello! The currently-published browser extensions haven't been updated since 2020: - Firefox: https://addons.mozilla.org/en-US/firefox/addon/redirector/ - Chrome: https://chromewebstore.google.com/detail/redirector/ocgpenflpmgnfapjedencafcfakcekcd I saw the README and this commit https://github.com/einaregilsson/Redirector/commit/e0bd1410dce4cb6bc92514b35edb730da4dd7214. It's not explicitly stated, but it...

Notifications are always disabled after relaunching Firefox, whereas Logging stays enabled. Probably best to make them consistent, and keep them both enabled.

I was trying to work around a bug where a website doesn't decode "+" as a word delimiter in searches: Example: `https://jisho.org/search/black+tea` Include: `^(?:https?://)jisho.org/search/(.*)` Redirect to: `https://jisho.org/search/$1` Process matches: URL...

I can't get the extension to capture and redirect any URL on chrome. The builtin example doesn't even work. Please advise. It is enabled.

fbclid appears everywhere. I tried to write below rule ``` Redirect: https://([\w\.\/]+)\?fbclid= to: http://$1 Example: https://twitter.youtube.facebook.com/123abc/status/abc123/?fbclid=xyz789 → http://twitter Applies to: Main window (address bar), HistoryState ``` It does help to...

Description: twitter Example URL: https://twitter.com/abc123?ref_src=xzy789 Include pattern: https://twitter.com/([a-zA-Z0-9_-]+)(\/.*?|) Redirect to: https://twitter.com/$1 Pattern type: Regular Expression Example result: https://twitter.com/abc123 Theoretically, it should work with i.e. https://twitter.com/inami_future?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1613521443106742274%7Ctwgr%5E55aa1715386e2068a52045e1516a58c63a22d514%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fnews.gamme.com.tw%2F1753736 ![image](https://github.com/einaregilsson/Redirector/assets/78710607/407d8fb8-e816-408a-b7cc-3887a9349e1f) but no. ![image](https://github.com/einaregilsson/Redirector/assets/78710607/2e30db0f-a7b6-405d-aac1-03e4c477c1ba) Could...

I try to display Wikipedia articles in a specific language. I asked on https://www.reddit.com/r/firefox/comments/z4984k/is_there_a_way_to_always_redirect_nonenglish/, but did not find a solution. How can I achieve this?