https://github.com/sblask-webextensions/webextension-skip-redirect
Some web pages use intermediary pages before redirecting to a final page. This add-on tries to extract the final url from the intermediary url and goes there straight away if successful.
https://github.com/sblask-webextensions/webextension-skip-redirect
Last synced: about 1 month ago
JSON representation
Some web pages use intermediary pages before redirecting to a final page. This add-on tries to extract the final url from the intermediary url and goes there straight away if successful.
- Host: GitHub
- URL: https://github.com/sblask-webextensions/webextension-skip-redirect
- Owner: sblask-webextensions
- License: mit
- Created: 2015-06-30T10:44:04.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-04-27T10:11:39.000Z (12 months ago)
- Last Synced: 2024-08-20T13:02:35.761Z (8 months ago)
- Language: JavaScript
- Homepage: https://addons.mozilla.org/firefox/addon/skip-redirect/
- Size: 377 KB
- Stars: 473
- Watchers: 21
- Forks: 45
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/sblask-webextensions/webextension-skip-redirect - Skips directly to final URL (Browser Extensions/Scripts/Tools / Other)
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/sblask-webextensions/webextension-skip-redirect - Skips directly to final URL (Jump To / Browser Extensions/Scripts/Tools)
README
[](https://github.com/sblask/webextension-skip-redirect/actions/workflows/pre-commit.yml)
Skip Redirect
=====================
[](https://addons.mozilla.org/en-US/firefox/addon/skip-redirect/)
[](https://chrome.google.com/webstore/detail/skip-redirect/jaoafjdoijdconemdmodhbfpianehlon)Some web pages use intermediary pages before redirecting to a final page. This
webextension tries to extract the final url from the intermediary url and goes
there straight away if successful. As an example, try this url:- https://www.google.com/chrome/?or-maybe-rather-firefox=https%3A%2F%2Fwww.mozilla.org/
Please give feedback (see below) if you find websites where this fails or where
you get redirected in a weird way when this add-on is enabled but not when it's
disabled.See the add-on's preferences (also available by clicking the toolbar icon) for
options.By default all URLs but the ones matching a no-skip-urls-list are checked for
embedded URLs and redirects are skipped. Depending on the pages visited, this
can cause problems. For example a dysfunctional login. The no-skip-urls-list
can be edited to avoid these problems. There is also a skip-urls-list mode to
avoid this kind of problem altogether. In skip-urls-list mode, all URLs for
which redirects should be skipped need to be added to the skip-urls-list
manually.Some websites use multiple url parameters like this:
`www.example.com/page-we-want-to-skip?first=www.want-to-go-here.com&second=www.do-not-care-about-this-url.com`
Skip Redirect does not know which is the right parameter, but you can edit the
no-skip-parameter-list. Adding `first` would skip to the URL of `second` and
vice versa. Adding both, `first` and `second` would cause no skipping.Privacy Policy
--------------This extension does not collect or send data of any kind to third parties.
Feedback
--------You can report bugs or make feature requests on
[Github](https://github.com/sblask/webextension-skip-redirect)Patches are welcome.