Skip to content Skip to sidebar Skip to footer
Showing posts with the label Greasemonkey

Addeventlistener Memory Leak Due To Frames

I have a GreaseMonkey script that works on a site that uses frames as an integral part of its inter… Read more Addeventlistener Memory Leak Due To Frames

Remove Blankspace From Td Class With Greasemonkey

If I have webpage with for example alot of 111 22 . The numbers are random but classname is the sam… Read more Remove Blankspace From Td Class With Greasemonkey

Document.getelementsbytagname("a") Misses A Link

I was working on a script for Greasemonkey (FX7) trying to remove certain links and found out that … Read more Document.getelementsbytagname("a") Misses A Link

What's A Simple Way In Google Chrome To Insert Javascript Into Sites?

I would like to be able to add custom snippets of javascript to any site that matches a regex. This… Read more What's A Simple Way In Google Chrome To Insert Javascript Into Sites?

Add A Date Picker To A Textbox Using Greasemonkey

There is a textbox that requires a date but has no date picker. I would like to add one with Greas… Read more Add A Date Picker To A Textbox Using Greasemonkey

Split One Big Table Into Two Tables Based On Content Of Third Column In Each Row

Is it possible to have a script for greasemonkey that will split one table on a page into 2 differe… Read more Split One Big Table Into Two Tables Based On Content Of Third Column In Each Row