Skip to content

Instantly share code, notes, and snippets.

@RuanAragao
Created July 1, 2017 16:35
Show Gist options
  • Save RuanAragao/c88e984d65b1d783d6f75759fc27b232 to your computer and use it in GitHub Desktop.
Save RuanAragao/c88e984d65b1d783d6f75759fc27b232 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Auto Next
// @namespace http://ruanaragao.github.io/
// @version 0.1
// @description Auto next queue
// @author Ruan Aragão
// @include https://jsbin.com*
// @grant none
// ==/UserScript==
jQuery(document).ready(function(e) {
jQuery('.btn_next_in_queue_trigger').click();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment