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

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

Using Only Cr As Linebreak Inside Pre Tag Doesn't Work

At work, we stumbled upon Bugzilla creating HTML output that led to lines much too long because the… Read more Using Only Cr As Linebreak Inside Pre Tag Doesn't Work

Saving Custom Html Locally On Live Sites Without Ftp Access?

We all know that Firebug / Web Developer Toolbar, etc. can change the HTML/CSS of any page to our l… Read more Saving Custom Html Locally On Live Sites Without Ftp Access?

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]

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

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's a little … Read more Use Greasemonkey To Change Row Format Based On One Cell's Contents?