iitc-project / ingress-intel-total-conversion

ingress.com/intel total conversion user script with some new features. Should allow easier extension of the intel map.
http://iitc.jonatkins.com/
ISC License
989 stars 552 forks source link

Greasemonkey/firefox 58 compability #1249

Closed McBen closed 2 years ago

McBen commented 7 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.

McBen commented 7 years ago

with GM there is no "unsafeWindow" anymore

workaround: var unsafeWindow = window.wrappedJSObject;

nikiwaibel commented 6 years ago

can anyone merge this and create a new release, please?

McBen commented 2 years ago

closed because stale project