idonas / monkey-chord

greasemonkey script to transpose chords found on a webpage

This URL has Read+Write access

monkey-chord / README.txt
100644 19 lines (11 sloc) 0.875 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"