NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name Desafiar todos
// @namespace http://twitter.com/ivan_817
// @version 0.7
// @description http://twitter.com/ivan_817
// @include *playfulbet.com/eventos/*
// @copyright 2014+, ivan817
// ==/UserScript==
$(".tab-selector").append("<br/><span style='color: #01DF01;text-shadow:1px 1px 8px #04B431;'><a href='' id='DesafiarTodos' >Desafiar a todos</a></span>")
$("a#DesafiarTodos").click(function(){
$("a.js-challenge.accept").each(function(index,element){element.click();});
});