Closed McBen closed 2 years ago
GM4.0 / FF 58+ -> Content scripts do not have direct access to webpage Javascript content.
see: https://github.com/greasemonkey/greasemonkey/issues/2653#event-1334029922
this will (atleast) fix the startup error. So far I didn't recognized any other problems.
with GM there is no "unsafeWindow" anymore
workaround: var unsafeWindow = window.wrappedJSObject;
var unsafeWindow = window.wrappedJSObject;
can anyone merge this and create a new release, please?
closed because stale project
GM4.0 / FF 58+ -> Content scripts do not have direct access to webpage Javascript content.
see: https://github.com/greasemonkey/greasemonkey/issues/2653#event-1334029922
this will (atleast) fix the startup error. So far I didn't recognized any other problems.