Skip to content

Instantly share code, notes, and snippets.

@MarioRicalde
Last active January 3, 2016 04:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarioRicalde/8412209 to your computer and use it in GitHub Desktop.
Save MarioRicalde/8412209 to your computer and use it in GitHub Desktop.
Installing all SkyFonts - run this on your JavaScript console.
var time = 500;
$('.skyfonts-wrapper').each(function() {
var el = this;
time += 500;
setTimeout( function() {
$(el).find('button').click().parent().parent().find('.skyfonts-dropdown .input-submit').click();
console.log('installing...');
}, time );
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment