firefox-remove-safelinks
firefox-remove-safelinks copied to clipboard
Chrome version?
Hi, first of all, thanks for this addon, it works great and I don't need to see annoying "Checking this link" windows again :)
Is there a Chrome version available of this addon?
Thanks for the feedback! Glad the addon is useful for you.
As for you question, no, there is no Chrome Version. Since I'm not using Chrome, I do not have plans to change that.
You could, however, have a look yourself and implement it. I'm happy for pull requests, if support for both browsers can co-exist, so I'll leave this issue open.
I'm not a programmer by myself, but thanks anyway. Maybe someone else sees this and sends a PR.
I think it should be as easy as updating manifest.json:
{
// …
"background": {
"scripts": [
"browser-polyfill.js",
"background.js"
]
}
}
(See here and here). I will test this out and submit a PR if I get some time.
@BoredGameGeek Have you found it if this is possible?
hello @peace2000, i just tried in a fork and it seems to work (at least in Brave which I use currently). I just created a PR: https://github.com/wtimme/firefox-remove-safelinks/pull/7 ;)
Cool, thanks!
Thanks for your input! I'm happy to see some discussion happening here. As pointed out in #7, I have some questions regarding Chrome and the new Manifest version 3. If you have feedback or input, let's discuss that over there.