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

I cannot download files from Google Drive #131

Closed World525 closed 4 years ago

World525 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)

Your extension keeps on skipping redirects in Google Drive so I can't download from the Google drive. I don't know why this happens but you can try it.

sblask commented 4 years ago

You ticked If you have a problem a specific website: adding the domain to your blacklist does not solve the problem, what exactly did you add to the blacklist?

Mattwmaster58 commented 4 years ago

I had this exact same issue, adding *.googleusercontent.* to the blacklist solved the problem. @sblask Would adding that to the GLOBAL_BLACKLIST be an option here?