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

Interference with Bypass Paywalls Clean #253

Closed yokoffing closed 3 years ago

yokoffing commented 3 years ago

New Issue Checklist (tick off like this: [x])

What is your browser?

What is your operating system?

Description (please include examples/screenshots where applicable)

When visiting https://qz.com/2012965/the-us-labor-shortage-is-just-a-wage-shortage/, Bypass Paywalls Clean wants to redirect to https://archive.today/newest/https://qz.com/2012965/the-us-labor-shortage-is-just-a-wage-shortage/.

Skip URLs is reverting this link away from landing at https://archive.ph/20210624184211/https://qz.com/2012965/the-us-labor-shortage-is-just-a-wage-shortage/.

How can I whitelist this behavior?

crssi commented 3 years ago

Add:

//archive.today/
//archive.ph/

to the No-skip-urls-list section.

Cheers

yokoffing commented 3 years ago

Thanks! This worked for me!

mirror176 commented 2 years ago

A more complete list would be: //archive.today/ //archive.fo/ //archive.li/ //archive.md/ //archive.ph/ //archive.vn/

eylenburg commented 1 year ago

I think this should be whitelisted by default. I think anyone who goes to the archive site does so on purpose.