gandel
gandel

Reputation: 3

Run javascript when foreign page loads to manipulate it in firefox

I want to tweak some pages I often visit with javascript + jquery. For example I want to hide one block and enlarge the other on the page. I need to store the script and have it automatically run each time I visit specified address.

Is there any method/extension in firefox that enables such javascript execution?

Upvotes: 0

Views: 618

Answers (1)

WojtekT
WojtekT

Reputation: 4775

You can try very popular greasemonkey extension: Greasemonkey

Upvotes: 1

Related Questions