ccleve
ccleve

Reputation: 15809

Firefox addon to execute Javascript on specified pages?

I'd like to find a Firefox addon that would look at the url you're viewing, match it against a pattern, and if there was a match it would execute arbitrary Javascript (maybe by loading the .js file from another url).

I can't seem to find any such thing, but it must exist. Anyone seen something like this?

Upvotes: 15

Views: 14708

Answers (1)

Josh
Josh

Reputation: 12566

Check out GreaseMonkey:

https://addons.mozilla.org/en-US/firefox/addon/748/

Upvotes: 18

Related Questions