[14:47:50] hey, not sure if this is the right channel: can i somehow load an external js script from github for development in my Special:MyPage/common.js ? I could do this a couple of months ago by adding this: mw.loader.load('//raw.githubusercontent.com/joernhees/wikidata-altLabels/master/altLabels.js'); [14:48:05] but now this errs with "Refused to execute script from 'https://raw.githubusercontent.com/joernhees/wikidata-altLabels/master/altLabels.js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled." [14:53:19] Ummm. [14:55:28] jorn: use https://rawgit.com [14:56:50] Or put the code on a wiki subpage. [14:58:33] sitic: hmm, https://rawgit.com/joernhees/wikidata-altLabels/master/altLabels.js says they're not github related, so i'm a bit afraid of injection... [15:01:58] Katie: well, to be honest i don't really like editing javascript in the wiki itself... it's super nice that it can be done, but i like my editors and git for development. And if all i have to do is push and reload some page in wikidata to test, that's way cooler than continuously copy pasting the contents back and forth between the wiki and my editors for every development version... (no worries, the stable versions i'll definitely put in the wiki) [15:08:52] ok, found a way... i just make the gh-pages branch my master branch and use mw.loader.load('//joernhees.github.io/wikidata-altLabels/altLabels.js'); [16:13:34] Nice, someone managed to break SiteMatrix way more than me ;) https://phabricator.wikimedia.org/T106897 [16:59:34] Nemo_bis, that task is not about SiteMatrix [17:00:24] similar issue anyway