Greasemonkey

Who uses Greasemonkey for either Firefox or Chrome? I just discovered the advantages of it and love it. I don't expect this to get pinned, but I wanted users to share what scripts they found useful and if they could post a link to them. What's nice about Chrome is that they just install without a separate add-on - they're totally integrated.

AJ

Use grease monkey. I not currently using other peoples scripts. All my own.

Actually saying that, i do use Tinyurl revert

Here was my first GM script.

Notice my coding skills...

// ==UserScript==
// @name		   Null Title
// @namespace	  http://www.site.com
// @description	Hides Web sites in Firefox title
// @include		*
// ==/UserScript==

document.title = “”

IMO its the best FF addon there is. Check out userscripts.org

I like it, but the GUI is bad. Stylish's one is 1000x better, and it does nearly the same thing - except it's JS and not CSS.

I like it, but the GUI is bad. Stylish's one is 1000x better, and it does nearly the same thing - except it's JS and not CSS.

I never got on with stylish, Grease monkey is javascript ???? (css, xul)

downfull its all DOMContentLoaded.

whats wrong with the GUI???>

I like it, but the GUI is bad. Stylish's one is 1000x better, and it does nearly the same thing - except it's JS and not CSS.

I think you have that backwards. Grease Monkey is UJS and Stylish is CSS.

I didn't get on with Stylish, can't remember why, but been using Greasemonkey for a few months now. These are the scripts I'm currently using (all linked ;) ):

Download Youtube Videos: Downloads Youtube videos in a variety of formats straight from youtube's servers. Formats are: FLV, MP4, and 3GP in low and high quality for FLV and 3GP, also now 720p for videos that support it.

Google Images direct links: Makes images link directly to the original in Google Images search. The source website link is moved to the green URL below the image.

Google Un-safe Search: Turn safe search off permanently without being logged into Google

livejasmin blocker: Block livejasmin.com pop-under (which is extremely difficult to block by normal methods)

Result Numbers: Adds a number in turn to web search results of Google.

Userscripts Updater: Easy way to check for scripts updates. Automatic checking.

A little trick for you with youtube, No scripts needed. Just type kick in the url bar.

becomes

http://www.kickyoutube.com/watch?v=Zxa6P73...mp;feature=fvst

I think you have that backwards. Grease Monkey is UJS and Stylish is CSS.

Yeah, that's what I meant. :unsure: