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

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

Prevent Default Single Click Event On Double Click On A Link In Html

My code is pretty simple: var clickCount = 0, clickEl = []; var manualClick = false; $(document).on… Read more Prevent Default Single Click Event On Double Click On A Link In Html

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

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 To Insert A Google Map In A Webpage Using Greasemonkey?

Nothing I've tried seems to work. I found these two links and thought they'd be helpful, bu… Read more How To Insert A Google Map In A Webpage Using Greasemonkey?

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

Greasemonkey, Overriding Website Functions

i've been reading a lot and have been trying to get this done for about 5 hours now... so here … Read more Greasemonkey, Overriding Website Functions

How To Stop Javascript Alert From Showing After Pressing Ok

I want to show an alert if I have something in my Facebook inbox. I think it can be easily accompli… Read more How To Stop Javascript Alert From Showing After Pressing Ok

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

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?

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?

Greasemonkey Button Click

Can anyone please help me with clicking this button using greasemonkey? http://mibpaste.com/te6fRR … Read more Greasemonkey Button Click

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?

Using Parentnode Multiple Times

I have this html code in a page & Solution 1: I tried node3 = node.parentNode.parentNode.first… Read more Using Parentnode Multiple Times

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

How To Reload Only A Userscript, I.e. Without Reloading The Page?

I'm working on a Greasemonkey userscript for a web app that needs configuration steps before I … Read more How To Reload Only A Userscript, I.e. Without Reloading The Page?

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

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?

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

Jquery: .parent() Wont Hide If Numerical Range Begins At 0

I am having some issues with using a numerical range detection within an element, to then hide anot… Read more Jquery: .parent() Wont Hide If Numerical Range Begins At 0