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://addons.mozilla.org/firefox/addon/skip-redirect/
MIT License
481 stars 45 forks source link

How to add exception for a bookmarklet #237

Closed blogdemoi closed 3 years ago

blogdemoi commented 3 years ago

Hello,

How can I add an exception for a bookmarklet that redirects to Wayback Machine?

I navigate to a site, I wish to save it in Wayback Machine https://archive.org/web/ . To do this I have a javascript bookmarklet ( javascript:void(window.open('https://web.archive.org/save/'+location.href)); ) in my Firefox https://en.wikipedia.org/wiki/Help:Using_the_Wayback_Machine#JavaScript_bookmarklet .

How can I add an exception for this with settings in Skip Redirect being: Skip all redirects except for URLs matching any of the lines in the no-skip-urls-list

Thank you.

sblask commented 3 years ago

Just add archive.org?