Mjuksel
Mjuksel
I'd probably go with adding `` element into the page, with an `id:witchcraftscripts` to check. (could use a shorter value I guess, but w/e) Maybe use JSON.stringify(), or just CSV...
Hmm, I thought I'd chime in here too :) I found out that you can execute stop, with either of these: ```js // should work stop(); // or an iife...
_global.js (and _global.css) will load on any domain :) ! /edit: also in _global you can easily say something like this: ```javascript if (document.querySelector('video')) { // @include lib/videos.js }; //...