nuchi / firefox-quantum-userchromejs

**Stops working with FF v72.** Firefox Quantum-compatible custom javascript in browser context — no extension, userChromeJS replacement.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Link to Bugzilla Bug?

tomrittervg opened this issue · comments

I stumbled across this trying to figure out how people were injecting Javascript without using general.config.filename (https://bugzilla.mozilla.org/show_bug.cgi?id=1573622 ). Very inventive.

Anyway, is https://bugzilla.mozilla.org/show_bug.cgi?id=1016361#c21 the fullscreen behavior you desire?

Anyway, is https://bugzilla.mozilla.org/show_bug.cgi?id=1016361#c21 the fullscreen behavior you desire?

I mean, yeah, but I'm just one person and I assume people are using this method for lots of things other than what I originally made it for. So I wouldn't expect all that noise in your telemetry (sorry about that, by the way! unintended side effect) to go away if the fullscreen thing is resolved.

No worry about the Telemetry - thanks for documenting what you did somewhere public so I could find it!

And yeah, I'm certain this is being used by the majority of people for something else; but eventually we hope to deprecate/remove this trick and I wanted to at least make you aware of what I hope will be a forthcoming solution to at least your use case.

Thanks for letting me know. Do you happen to have any links to issue trackers for any changes which would stop the method in this repo from working?