andyjennings314 / IMATTC

A Greasemonkey-powered total overhaul for the Ingress Mission Authoring Tool
MIT License
16 stars 6 forks source link

Greasemonkey tries opening unminified jQuery file #9

Open andyjennings314 opened 5 years ago

andyjennings314 commented 5 years ago

When using the script in Greasemonkey (and particularly Firefox), the site tries loading an unminified version of jQuery from the Mission Author Tool. This results in a 404 error for the non-existant unminified file, and presumably also doubles up the '$' namespace, thus crashing the extension:

image

andyjennings314 commented 5 years ago

Tried fixing this by removing the reference to the unminified file... but I tried it using jQuery.

Will attempt to target appropriate script tag with vanilla later.