Last active
August 29, 2015 14:19
-
-
Save atommarvel/2b7c8e45395ffbe533e5 to your computer and use it in GitHub Desktop.
Ultimate Ukulele bookmarklet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:instr='ukulele';acc_tuning=decodeURIComponent('G C E A');$('body').removeClass('guitar');$('body').addClass('ukulele');$('.u_b').click();setTimeout(function(){$('.d_b').click();},500);void%200 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Added
To the end of it to make it work in Firefox.