rlr/dotjs-addon

execute *.js for all URLs

brumm opened this issue · 3 comments

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 :)

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.