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"