hatterson / autoBattle

autoBattle is a script intending to automate certain function of the Endless Battle game (http://www.kruv.net/endlessBattle.html)
2 stars 3 forks source link

Bookmarklet Loader no longer works in Google Chrome #8

Closed Code14715 closed 10 years ago

Code14715 commented 10 years ago

Google Chrome now prevents the script from running, giving this error:

Refused to execute script from 'https://raw.githubusercontent.com/hatterson/autoBattle/master/autoBattle.js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled.

hatterson commented 10 years ago

Caused by raw.github.com not serving up js. I'm not really sure why it ever would have worked for you.

I'll have to switch it over to using github pages.