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

don't seem to work with firefox 115 on windobz 11 #349

Closed iznobe closed 10 months ago

iznobe commented 1 year 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)

doesn't skip redirect popup on firefox 115 . match pattern used to test : ://.ubuntu-fr.org/*

sblask commented 1 year ago

I get an error: Please use $(ref:runtime.getURL) because browser.extension.getURL is deprecated. But that shouldn't be an error as long as browser.extension.getURL has not been removed. So I think that's a Firefox bug.