public
Description: greasemonkey script to transpose chords found on a webpage
Homepage:
Clone URL: git://github.com/idonas/monkey-chord.git
name age message
file README.txt Loading commit data...
file monkeychord.user.js
README.txt
this is a greasemonkey script for transposing chords found inside a webpage.
Manages correctly idioms like A# and Bb chords. 
still work in progress


Install from http://userscripts.org/scripts/show/33225 or
http://github.com/idonas/monkey-chord/tree/master/monkeychord.user.js



USAGE: Once installed, in top left corner of the the page (fixed position) there will be a small box with a drop down 
list. Choose the transposition, let the magic happen, rock on.

NOTICE: it works on all sites (*) so simply deactivate it from the greasemonkey icon in the status bar and activate it 
as needed.

TODO:
- (partially fixed) manage to not transpose 'every' character but only true chords (so that 'Find' does not become 
'Gind'.

- change that ugly 'one-line' code into something more readable
- fix white space handling so that "F#m" does not become (with transposition +1) "G m"


UPDATE 2 March, 2009
added remove feature. so now you can transpose a page, then 'remove' the script and html monkeychord has inserted, so 
you can save the transposed page without cluttering it.