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