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

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

How To Use Greasemonkey To Remove A Href Block

I'm trying to remove the following line of code from http://trakt.tv/calendars/my/shows/ using … Read more How To Use Greasemonkey To Remove A Href Block

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

Greasemonkey Script Only Runs When Page Is Reloaded

I am working on a Greasemonkey script to turn some text into links on a a Rally page. The script w… Read more Greasemonkey Script Only Runs When Page Is Reloaded

How Can I Modify The Title Of A Site Using Javascript?

When viewing a torrent page, the title of the tab is: Bitsoup.org The Best site for your Torrent a… Read more How Can I Modify The Title Of A Site Using Javascript?

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

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

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 Make A Greasemonkey Script To Auto-download A File?

I go to the page, it has 1 zip file, but I don't know the name, other than its a .zip. I want … Read more How Can I Make A Greasemonkey Script To Auto-download A File?

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?

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

Replace Images Source For All Images

I want to replace the src attribute for all images matching a regex using Greasemonkey scripting. E… Read more Replace Images Source For All Images

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?

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

How To Auto Trigger My Greasemonkey Script Every Time I Open A Page

this is my greasemonkey script. I want to auto-trigger it every time I open a reddit page. I want … Read more How To Auto Trigger My Greasemonkey Script Every Time I Open A Page

Add A Date Picker To A Textbox Using Greasemonkey

There is a textbox that requires a date but has no date picker. I would like to add one with Greas… Read more Add A Date Picker To A Textbox Using Greasemonkey

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?

On Reddit, How Do Scripts Get The Number Of Upvotes And Downvotes For A Comment?

On Reddit, people can post comments that get upvotes and downvotes. This information is not readily… Read more On Reddit, How Do Scripts Get The Number Of Upvotes And Downvotes For A Comment?

How Can I Redirect Some Page With Javascript In Greasemonkey?

Hey, I want to redirect a page when it finish loading... For example, when google.com finish loadin… Read more How Can I Redirect Some Page With Javascript In Greasemonkey?

What's A Simple Way In Google Chrome To Insert Javascript Into Sites?

I would like to be able to add custom snippets of javascript to any site that matches a regex. This… Read more What's A Simple Way In Google Chrome To Insert Javascript Into Sites?