execute *.js for all URLs
brumm opened this issue · 3 comments
brumm commented
it'd be nice to have a global script executed for every URL, *.js maybe?
djl commented
That already exists. It's called default.js
and will fire on every URL :)
brumm commented
ooooh, i see - i actually tried that, but only with a simple console.log - which did not fire, so i foolishly assumed it wouldn't work the way i thought - my bad!
rlr commented
Interesting that console.log
wouldnt work. I think the context is different (this
is a worker and not window
), I'll try it out and see if I can fix that.