Skip to content

Instantly share code, notes, and snippets.

@atommarvel
Last active August 29, 2015 14:19
Show Gist options
  • Save atommarvel/2b7c8e45395ffbe533e5 to your computer and use it in GitHub Desktop.
Save atommarvel/2b7c8e45395ffbe533e5 to your computer and use it in GitHub Desktop.
Ultimate Ukulele bookmarklet
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
@atommarvel
Copy link
Author

Added

void%200

To the end of it to make it work in Firefox.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment