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

Fetching Xml With Gm_xmlhttprequest

I'm trying to retrieve a page with greasemonkey and then extract a link from it, inserting the … Read more Fetching Xml With Gm_xmlhttprequest

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

Greasemonkey Script For Changing "inbox" To "test" At Yahoo Mail

with Greasemonkey script, I would like to change the link 'inbox' to 'test', it'… Read more Greasemonkey Script For Changing "inbox" To "test" At Yahoo Mail

Greasemonkey Script To Replace Jquery Plugin Function?

I'm trying to write a Greasemonkey script for Firefox to change the behavior of some pages when… Read more Greasemonkey Script To Replace Jquery Plugin Function?

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?

Youtube - Don't Display Context Menu On Right Click

The idea: seek YouTube video by dragging and dropping on the video player with right button (e.g. 1… Read more Youtube - Don't Display Context Menu On Right Click

Closure In Javascript

Possible Duplicate: Passing values to onclick I have 100 elements with ids divNum0,...,divNum99. … Read more Closure In Javascript

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

How Can I Craft A Greasemonkey-like Script To Show A Different Page In The Lower-third?

If you take a look at this page, there's a lot of white space in the bottom. I wish to use Gre… Read more How Can I Craft A Greasemonkey-like Script To Show A Different Page In The Lower-third?

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

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

Replace The Directory Of An Image Src, Using Javascript

I'd like to replace the directory of an image src, changing .*pinterest.com/192/ to .*pinterest… Read more Replace The Directory Of An Image Src, Using Javascript

How Do I Open A List Of Pages Automatically And Sequentially?

I wish to load a list of webpages sequentially, with Greasemonkey. var list = array ('http://ww… Read more How Do I Open A List Of Pages Automatically And Sequentially?

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?