10 posts tagged with script and greasemonkey. (View popular tags)
Displaying 1 through 10 of 10. Subscribe: Posts tagged with script and greasemonkey

Thank you backtaggers! [more inside]
posted by jessamyn on Nov 19, 2009 - 57 comments

As a bit of a brain saver I've made a GreaseMonkey script that hides every comment in a discussion on mefi that has less than 5 favourites. [more inside]
posted by hifimofo on Apr 23, 2009 - 206 comments

Is the Mondo Meta Options Greasemonkey script making Recent Activity a slow load for anyone else? What else can be used to killfile? [more inside]
posted by Marisa Stole the Precious Thing on Oct 8, 2008 - 57 comments

In response to this thread: A little GreaseMonkey script to pop-out all the flash players (that use playlists) into new tabs/windows. Enjoy!
posted by potch on Dec 3, 2007 - 11 comments

Contemplating the FeaturePony: The MeFi Navigator Greasemonkey script is frakkin' insanely useful, if only for the 'poster' and 'admin' tags (I don't use the comment navigation stuff that much). Wouldn't Safari and IE users praise the ground mathowie walks on if it got built into the system itself?
posted by WCityMike on Dec 5, 2006 - 28 comments

I run a Greasemonkey script that highlights "heavy links" - links such a Youtube or .mov that might take a while to download.

Should this script action be incorporated into the meta universe?

Proper etiquitte is to flag such heavy links but if you Firefox users install this script and say look at posts tagged with video, you will see many examples of posters who bother to tag their posts but don't flag their links. Then there are many who don’t tag or flag.

Even if you don't support such highlighting at the site (It will just make people lazy), how are my filters? What else do I need to include? [jeez, trying to get the below to display properly was very trying]

HeavyExtensions = ['swf', 'ram', 'rm', 'wmv', 'asx', 'mov', 'pdf', 'mp3', 'mpg', 'mpeg', 'wav'];
HeavyURLs = [
/youtube.com\/.*\?v=/,
/video.google.com\/videoplay/,
/video.google.com\/googleplayer.swf/,
/collegehumor.com\/movies\/.*\//,
]

posted by MonkeySaltedNuts on Jul 6, 2006 - 25 comments

GreaseMonkey script: Show Comments

Users often reference other user's comments (example). If you're as lazy as I am you don't like clicking back to see what the original comment was. This script displays the original comment inline. Screenshot inside.
posted by null terminated on May 20, 2006 - 11 comments

This script is awesome, and makes MetaFilter a better place.

Just wanted to say thank you, matthewr.
posted by drpynchon on Feb 26, 2006 - 52 comments

Here's a little Greasemonkey script that filters out posts by any users you don't want to read on Metafilter (if you use Firefox).

If you want to use it, download Greasemonkey and restart your Firefox if you haven't already. Then click on the first link and then the Greasemonkey install button on the top right hand corner.

By default, it only filters on single Mefi article pages, not on preview or on Metatalk, but you could easily change the Included Pages. By default, it filters out ParisParamus and dios as users but you could very easily download this to your local drive and edit it -- or I'd put up any other variations that were useful (or even come up with a way for you to edit preferences from the program).

This was fun. Was it a good idea? Discuss.
posted by lupus_yonderboy on Jan 16, 2006 - 110 comments

I've written a Greasemonkey script that does pretty much what leftcoastbob suggested here.

It adds a few refinements: the replacement name is "Poster" for the Poster and "Comment N" for commenters, where N is the number of their first comment in the currently viewed thread, so if the same commenter posts more than once in the thread, all his comments have the same replacement name.
posted by orthogonality on Jul 5, 2005 - 87 comments