Jump to content

Greasemonkey


CTskifreak

Recommended Posts

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

Link to comment
Share on other sites

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

No fate but what we make

Link to comment
Share on other sites

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???>

No fate but what we make

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.