aaronraimist / DontFuckWithPaste

Google Chrome and Firefox extension that prevents the blocking of pasting into input fields
https://addons.mozilla.org/en-US/firefox/addon/don-t-fuck-with-paste/
MIT License
1.04k stars 21 forks source link

warnings on extension from about:debugging page #15

Closed goutham2688 closed 3 years ago

goutham2688 commented 3 years ago

hey, thanks for the extension, I saw some not supported warnings on about:debugging page in firefox. not sure if this is a issue or not. for me the extension seems to be working without issue.

attached the screenshot of the issue.

DFP

aaronraimist commented 3 years ago

@goutham2688 Interesting. I don't see that warning. What version of Firefox is that?

goutham2688 commented 3 years ago

on WIndows 10 machine, FireFox version 88.0.1 (64-bit)

aaronraimist commented 3 years ago

I'm not sure why I don't see the warning but I guess Firefox only supports having the background script be persistent. The extension doesn't mind if they are unloaded and recreated which is why persistent is set to false. It should still work fine with it being persistent. It just means it will use a bit more memory than running the addon in Chrome.

goutham2688 commented 3 years ago

cool, as mentioned I don't see any difference in the working of the extension. i'll close the issue for now then?

aaronraimist commented 3 years ago

Yeah I'll close it