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

Using Waitforkeyelements, Is It Possible To Prevent The Key Element From Being Displayed, And Only Display It After It's Modified By My Code?

I have this userscript (written with a great help from Stack Overflow) for the site metal-archives.… Read more Using Waitforkeyelements, Is It Possible To Prevent The Key Element From Being Displayed, And Only Display It After It's Modified By My Code?

How To Enable Local Javascript To Read/write Files On My Pc?

Since Greasemonkey can't read/write files from a local hard disk, I've heard people suggest… Read more How To Enable Local Javascript To Read/write Files On My Pc?

How Can I Rewrite Links With Javascript Or Jquery And A Regular Expression?

Looking to modify Yahoo Answers links to remove some parts, saving just the qid and replacing index… Read more How Can I Rewrite Links With Javascript Or Jquery And A Regular Expression?

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

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

Addeventlistener Only Working At Page Refresh?

I´m modifying the appearance of two drop down lists. No problems here. Everything works great. The … Read more Addeventlistener Only Working At Page Refresh?

Submit Form Using Greasemonkey

The first time, each day, I try to access a web page at work, I get redirected to an internally hos… Read more Submit Form Using Greasemonkey

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

Issues Making A Flyover Image Popup In A Greasemonkey Script

I started writing a Greasemonkey script as a start for learning JavaScript. What the script does is… Read more Issues Making A Flyover Image Popup In A Greasemonkey Script

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

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?

Use Greasemonkey To Change Row Format Based On One Cell's Contents?

I have a table full of cells that look like this: someAction Solution 1: This one… Read more Use Greasemonkey To Change Row Format Based On One Cell's Contents?