firefox-remove-safelinks icon indicating copy to clipboard operation
firefox-remove-safelinks copied to clipboard

Chrome version?

Open peace2000 opened this issue 3 years ago • 7 comments
trafficstars

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?

peace2000 avatar Aug 18 '22 09:08 peace2000

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.

wtimme avatar Aug 18 '22 09:08 wtimme

I'm not a programmer by myself, but thanks anyway. Maybe someone else sees this and sends a PR.

peace2000 avatar Aug 22 '22 08:08 peace2000

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 avatar Sep 12 '22 13:09 BoredGameGeek

@BoredGameGeek Have you found it if this is possible?

peace2000 avatar Mar 03 '23 07:03 peace2000

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

pataluc avatar Apr 12 '23 08:04 pataluc

Cool, thanks!

peace2000 avatar Apr 12 '23 14:04 peace2000

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.

wtimme avatar May 01 '23 16:05 wtimme