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
490 stars 45 forks source link

Unable to Skip Base64 Links' Redirections #181

Closed Jack1789 closed 3 years ago

Jack1789 commented 4 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)

Hello, the extension keeps working just fine skipping "base64" redirecting links like these:

http://www.megapeliculasrip.net/out/?aHR0cDovL2hvcGVwYXN0ZS5kb3dubG9hZC8/dj0zNTk4

http://www.megapeliculasrip.net/out/out/out/?eyJsIjoiaHR0cDovL2hvcGVwYXN0ZS5kb3dubG9hZC8/dj0zNDY4IiwiYyI6MX0=

But a few days ago that site changed its links, and although their links keep the "base64" component, they aren't skipped anymore. The new links' format is like this:

http://sendtolinks.com/#aHR0cDovL2hvcGVwYXN0ZS5kb3dubG9hZC8/dj0xNDE5

http://sendtolinks.com/#aHR0cDovL2hvcGVwYXN0ZS5kb3dubG9hZC8/dj0yNA==

Thanks in advance.