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

How Can I Auto-select A Radio Button With Greasemonkey?

I want select auto radio button with Greasemonkey. But I want select radio with label name. When I … Read more How Can I Auto-select A Radio Button With Greasemonkey?

Why Does Settimeout And Setinterval Run Too Fast?

function process(){ window.location.reload(false); } function looping(){ setTimeout(process(),… Read more Why Does Settimeout And Setinterval Run Too Fast?

Clicking A Button On A Page Using A Greasemonkey/userscript In Chrome

I'm going to be as absolutely verbose here as possible as I've run into a few solutions tha… Read more Clicking A Button On A Page Using A Greasemonkey/userscript In Chrome

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]

Greasemonkey Wait For Ajax

I have this code I want to execute it should open any links with the phrase '/ThisWord/' in… Read more Greasemonkey Wait For Ajax

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

Listening To An Event From My Greasemonkey Script

I'm trying to figure out how to listen to an event emitter from my greasemonkey script, but I k… Read more Listening To An Event From My Greasemonkey Script

Matching Multiline Patterns

I want to use greasemonkey to scrape wiki data from Last.fm (this is not possible with their REST a… Read more Matching Multiline Patterns