greasemonkey: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(Added GreaseRoute script examples)
Line 60: Line 60:
Some sample scripts:
Some sample scripts:
;tails:http://blog.codeeg.com/tails-firefox-extension/ (shows all, works with 1.5)
;tails:http://blog.codeeg.com/tails-firefox-extension/ (shows all, works with 1.5)
:http://blog.codeeg.com/tails-firefox-extension-03/ (newer version of tails)
;SmartZilla: http://www.stripytshirt.co.uk/features/firefox/smartzilla (exports data)
;SmartZilla: http://www.stripytshirt.co.uk/features/firefox/smartzilla (exports data)
;[[hcard|hCard]]:http://diveintomark.org/projects/greasemonkey/hcard/
;[[hcard|hCard]]:http://diveintomark.org/projects/greasemonkey/hcard/

Revision as of 13:27, 13 October 2006

About GreaseMonkey

Greasemonkey is a powerful tool for customizing Firefox.

Turnabout is a tool for IE for the same purpose. Its APIs are largely compatible with Greasemonkey, allowing for cross-browser user scripts.

Opera can also run Greasmonkey scipts using the built-in support for user javascripts.

While there is no way to extend Safari directly, Safari Guide will allow you to run JavaScripts (though not GreaseMonkey scripts) against the front page in Safari.

This page collects ways to use them with microformats.

Getting Started

Get Greasemonkey

Developing with Greasemonkey

Demo

Setup

Prebuilt hCard

Dynamic hCard

hCard Mapping

xFolk demo

Resources

Posts and Articles

Scripts

Some sample scripts:

tails
http://blog.codeeg.com/tails-firefox-extension/ (shows all, works with 1.5)
http://blog.codeeg.com/tails-firefox-extension-03/ (newer version of tails)
SmartZilla
http://www.stripytshirt.co.uk/features/firefox/smartzilla (exports data)
hCard
http://diveintomark.org/projects/greasemonkey/hcard/
http://inside.glnetworks.de/2006/06/05/microformats-have-arrived-in-firefox-15-greasemonkey-06/ (updated for FF 1.5/Greasemonkey 0.6.4)
hCalendar
http://inside.glnetworks.de/2006/06/05/microformats-have-arrived-in-firefox-15-greasemonkey-06/ (updated for FF 1.5/Greasemonkey 0.6.4)
xFolk
http://thecommunityengine.com/resources/xfolk-veg-o-matic.user.js
http://inside.glnetworks.de/2006/06/05/microformats-have-arrived-in-firefox-15-greasemonkey-06/ (updated for FF 1.5/Greasemonkey 0.6.4)
RelLicense
http://diveintomark.org/projects/greasemonkey/rellicense/
XFN (Magic Line)
http://diveintomark.org/projects/greasemonkey/magicline.user.js
GRDDL/RDF
http://alf.hubmed.org/microcontentextractor.user.js
adr | geo - GreaseRoute
http://code.highearthorbit.com/greaseroute/index.php
adr | geo -GreaseRouteEmbed
http://code.highearthorbit.com/greaseroute/index.php

See also