Skip to content

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.

License

Notifications You must be signed in to change notification settings

sblask-webextensions/webextension-skip-redirect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e9f0bbb · Oct 3, 2024
Feb 27, 2024
Oct 3, 2024
Feb 27, 2024
Aug 19, 2020
Jun 5, 2017
Jul 15, 2020
Sep 21, 2017
Jul 4, 2017
Feb 27, 2024
Sep 27, 2017
Oct 3, 2024
Feb 27, 2024
Jun 5, 2017
Jul 13, 2020
Jul 21, 2020
Jul 13, 2020
Feb 27, 2024
Jun 23, 2017
Jun 23, 2017
Jun 23, 2017
Jun 23, 2017
Jun 23, 2017
Aug 3, 2020
Jun 25, 2017
Aug 3, 2020
Jun 25, 2017
Mar 11, 2022
Feb 27, 2024
Jul 13, 2020
Jul 13, 2020
Feb 27, 2024
Nov 16, 2017
Mar 11, 2022
Aug 13, 2020
Mar 11, 2022
Aug 12, 2020

Repository files navigation

pre-commit Status

Skip Redirect

Mozilla Add-ons Chrome Web Store

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:

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

Patches are welcome.

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages