rlr / dotjs-addon

[unmaintained] ~/.js for Firefox
BSD 3-Clause "New" or "Revised" License
144 stars 17 forks source link

execute *.js for all URLs #4

Closed brumm closed 13 years ago

brumm commented 13 years ago

it'd be nice to have a global script executed for every URL, *.js maybe?

djl commented 13 years ago

That already exists. It's called default.js and will fire on every URL :)

brumm commented 13 years ago

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 13 years ago

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.