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

Greasemonkey Script To Select Radio Button

i'm new here. i've a question related to greasemonkey. A page contain multiple radio butto… Read more Greasemonkey Script To Select Radio Button

Obfuscated Code Throws Error In A Greasemonkey Script

I have a Greasemonkey script that I want to be obfuscated. I was wondering what goes wrong with the… Read more Obfuscated Code Throws Error In A Greasemonkey Script

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?

Javascript Value Composed Of Several Words [value=dog Crazy]

thanks for the help in this forum, I was able to get my code to work: // ==UserScript== // @name … Read more Javascript Value Composed Of Several Words [value=dog Crazy]

Select Element In A Frame

My goal is to change a value from a to d inside the array options in menu.html using Greasemonkey e… Read more Select Element In A Frame

Find All Instances Of 'old' In A Webpage And Replace Each With 'new', Using A Javascript Bookmarklet

What I want to do is replace all instances of 'old' in a webpage with 'new' in a JS… Read more Find All Instances Of 'old' In A Webpage And Replace Each With 'new', Using A Javascript Bookmarklet