marklieberman

Results 61 comments of marklieberman

Possibly, #163 is also related.

I believe this behavior is related to https://bugzilla.mozilla.org/show_bug.cgi?id=1267027. I recall reading about similar problems with Greasemonkey and CSP. I think Tampermonkey alters the CSP header, but Greasemonkey does not. I...

It still seems to be a FF problem. The reason I think this is because if you open the devtools and look at Sources tab, you can see contentScripts on...

After crawling the various related bugs, I found https://bugzilla.mozilla.org/show_bug.cgi?id=1366467 which was marked duplicate of 1267027 above. It seems to imply that 1267027 is a meta bug for all the CSP...

The way the keyboard shortcuts are handled is different in web extensions, so it is no longer possible to trigger them by dispatching simulated key events to the DOM. Basically,...

@svefn It won't work because there is no way to send a trusted KeyEvent in web extensions. The proper way to do it is to add a simple API to...

Very strange that it's happening on Windows. 1) Make sure you do not have any other gesture addons enabled. 2) Does it always happen, or is it only sometimes? On...

I don't think "Error: WebExtension context not found!" is the problem. I see it often and it seems to come from something internal to Firefox but it has never caused...

The Web Extensions APIs for [clipboards](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Interact_with_the_clipboard#Reading_from_the_clipboard) are kinda incomplete. Its doable but in a really lousy way that requires injecting a textbox into the DOM, pasting the clipboard into it,...

Even weirder... here is a version of the script that works but only once. If I use "Load temporary addon" I can paste whatever was in my clipboard before the...