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

Using Parentnode Multiple Times

I have this html code in a page & Solution 1: I tried node3 = node.parentNode.parentNode.first… Read more Using Parentnode Multiple Times

Greasemonkey Script To Append Text, To A Form, When Submitted With Ajax?

So I am making a Greasemonkey script for a mybb forum. What it does is that when you submit a post… Read more Greasemonkey Script To Append Text, To A Form, When Submitted With Ajax?

How Can I Handle Multiple Ajax Results In A Userscript?

I'm currently developing a Greasemonkey script to translate fields in an Intranet app, using G… Read more How Can I Handle Multiple Ajax Results In A Userscript?

Rewrite Parts Of Links Using Greasemonkey And Firefox

A friend of mine uploaded about 20 or so galleries of nature shots she's done over the past yea… Read more Rewrite Parts Of Links Using Greasemonkey And Firefox

Changing Javascript On An Html Page Out Of My Control

I'm using an HTML page out of my control. It defines a Javascript function in an inline Read more Changing Javascript On An Html Page Out Of My Control

How Can I Redirect To My Youtube Subscription Page In Greasemonkey?

I don't want to see distracting youtube recommendations on my start screen, I just want to be r… Read more How Can I Redirect To My Youtube Subscription Page In Greasemonkey?

Greasemonkey Button Click Handler Not Working?

So, I have this script that will grab the links off of the table on THIS page (the 'x' are … Read more Greasemonkey Button Click Handler Not Working?

Typeerror: Cannot Read Property 'click' Of Null

I have been mass following / unfollowing / favoriting / unfavoriting on twitter with these codes ; … Read more Typeerror: Cannot Read Property 'click' Of Null