PUBLIC   marks

PUBLIC MARKS with tag greasemonkey

Sponsorised links

October 2009

The URI microformat, OpenURL and COIns, will be very interesting to library application - in "Programming" (Tricks/tips learned in daily programming work)

by decembre & 1 other
The URI microformat takes advantage of OpenURL and existing link resolver solution.It defines a convention of plugging URI metadata in HTML page. If it is adopted and widely used,now a microformat-aware application (be a greasemonkey script, or a web service) can grab the identifier and point to your local OpenURL resolver, you immediately get the copy from local library.It is very similar to COINS, but it's much simpler and cleaner, anyone can understand and use it, and its aplication can be beyond traditional research library. e.g. in a public library, you can use amazon as catalog and immediately check if it's available in local collection.------- COinS provides a great number of additional capabilities that URI microformat can't support. Since COinS can't be dismissed for this reason, it doesn't make sense to me to create yet another standard that does the same thing with so little savings.I will grant that the COinS is less intuitive.....

AMO Link. - Greasemonkey Script - Replaces the url in the link text with the add-on’s name.

by decembre
If you, like me, visit Firefox forums or similar regularly, maybe you also often see people only posting the url of an add-on not saying which one it is. This script queries the AMO API for every link to an add-on it finds and replaces the url in the link text with the add-on’s name.

September 2009

BinNews Search File With Binsearch, Newzleech, and others - Recherche fichiers ".NZB" - Usenet , Newgroups - Userscripts

by decembre
Une petite astuce pour trouver rapidement les .NZB à partir de binnews : _Ajoutez à Greasemonkey ce petit script : (BinNews Search File With Binsearch, Newzleech, and others - userscripts) : Install scripthttp://userscripts.org/scripts/show/13851 Il rajoutera dans vos résultats sur binnews des petits icônes de façon très intuitive ! Ce sont des liens vers BinTube, Binsearch, Newsleech, etc. Un clic dessus et la recherche est déjà faites, vous n’avez plus qu’à télécharger le .NBZ ! Testez, vous adoptere

UserScript Writing 101 – Manuel of Things to learn - Userscripts.org

by decembre
The Order of Things to Learn Look to the "Resources" section for places to learn about these. 1. HTML. Hypertext Markup Language. Not the same "language" as JavaScript. This is a markup language, meaning it's a bunch of text that is meant to represent some type of structure, in this case, a web page. 2. XML. Extensible Markup Language. In case you didn't realize, HTML itself is a type of "XML". Learning XML is important because many popular websites (YouTube, Facebook, Last.fm) use XML to interact with data. Since you already know HTML by this point, understanding XML should be cake. 3. CSS. Cascading Style Sheets. This is the way HTML (should be) stylized. You'll want to learn this. 4. JavaScript. Learn all the basics: data types, functions, JavaScript's native functions like prompt, alert, etc. 5. The Greasemonkey Extras. Like I said, Greasmonkey == JavaScript, with a lot of extras. A specific page listing the API's can be found here.

Flickr Gallery Plus! for Greasemonkey

by decembre
Flickr Gallery Plus! is a Greasemonkey userscript for Flickr photo set pages which offers you the ability to: * View one large picture with the other thumbnails in the set next to it. * Click-selection of whichever picture you want to see larger. * Keyboard navigation with left and right arrow keys to go back and forth amongst pictures. * View a slideshow of all pictures in the set. It is tested and verified to work with Firefox, Safari (through GreaseKit), Google Chrome (through HOW TO: Install Google Chrome Greasemonkey Scripts (Windows Only)) and Opera (through Opera Tutorial: User JavaScript).

Sponsorised links

August 2009

Forum Deblocker - Greasemonkey

by decembre
The "Forum Deblocker" userscript simulates the Googlebot so you may see the forum pages as google sees them

Google Fx v2.1.9 for Greasemonkey - firefox et opera

by decembre
AutoPaging + Site ThumbShots + Google Suggest (multi-lang) + Easy Filters + Right Panel Feature + Images Redirect & Preview + Searchers + Static TopBar + NoAds + Nice Look&Feel + User's Settings + MultiLanguage & more... [Opera & Firefox] Version: 2.1.9

flic.kr short URL screenshot on Flickr - Photo Sharing!

by decembre
Simple Greasemonkey script to add a flic.kr short URL link to the Additional Information section.

Flickr Contacts' Favorites Explorer for Greasemonkey

by decembre
Browsing favorites from your contact is a great way to discover new images. This script will help you with that. On the front page of flickr below the contacts section, there should be a section called "Your Contacts' Favorites" where the favorites list will appear.

Fav.icio.us3 - Greasemonkey - Add favicons next to posted links on Delicious.com

by decembre
A script to add favicons next to posted links on delicious.com.... Working with the latest update of Delicious (as of August 2009). From 90% uses the code of fav.icio.us2 by Vasco Flores.

Organize your books for Greasemonkey

by decembre
This script tries to notify about your books in libary and export and them as csv. Dieses Skript schaut nach verfallenden Büchern an der bibliothek und exportiert diese irgendwann als Datei

Search by title if ISBN not found – Userscripts.org

by decembre
Liens du catalogue opac intégrer dans Amazon , ce script donne le statut du livre

XUL greasemonkey - Recherche Google

by decembre
manipuler données XUL avec greasemonkey.....est-ce possible? par exemple pour modifier l'extension officielle de delicious.

dejalicious ++ for Greasemonkey

by decembre
Shows del.icio.us icon in bottom right of window, with a link allowing you to bookmark the current page. Displays "Tagged" message if page is already bookmarked.

Flickr: Discussing GM Script: FlickrStayInCommons in Flickr Hacks

by decembre
On Flickr.com, adds an option to the header [search] dropdown to take you directly to a search for "The Commons" content. Also on photos within "The Commons" project, inserts additional "tag links" that jump to listings restricted to just "The Commons".

July 2009

Flickr: Discussing GM Script: Flickr More Sparkles in Flickr Hacks

by decembre
This is a gm script that will add sparklines for the last 28 days views of each photos (if stats are enabled for you)

Force Low Quality Flash for Greasemonkey

by Aspo (via)
Make flash playable on older computers with firefox and greasemonkey script!

June 2009

On password fields masking and Jakob Nielsen

by philippej
"... a GreaseMonkey script that adds a link to any password field that allows me to toggle its display..."

Curiosity is bliss: XMLHttpRequest - Security Bypass

by decembre
While trying to help Dare make his MovieFinder page run in Firefox, I ran into an issue that can make developing AJAX applications a pain: when testing your pages, you need to host them in the same domain as your services. I explain the details of the problem and how the "XMLHttpRequest - Bypass Security" Greasemonkey user script solves it. Note: this script is meant for development only, as it gives the page access to a potentially dangerous API. The default @include is "file:///*", but feel free to restrict it even further to the path for the pages you're trying to tweak. You should never have to @include an http ur

A really basic TODO list for Google Calendar - Prototype for Greasemonkey

by decembre
NOTE* Please see Gimite's version at http://gimite.ddo.jp/archive/user_js/googlecale... for a functional version that stores entries within Google Calendar. This is a *prototype* for a script to add a To-do list to Google Calendar. As of this writing it stores to-do entries in the GM local store, which means that each of your firefox installs/computers will have its own list.

May 2009

EasyCheckboxes - Greasemonkey

by decembre
Provides a very simple and useful method of checking, unchecking and toggling multiple checkboxes on a page. It provides two methods of selecting checkboxes - a menu showing multiple options, or dragging the mouse over the checkboxes you want to select.

PUBLIC TAGS related to tag greasemonkey

no tag

Sponsorised links