Title: Mad Men updated boost for Best Overall Author: Anonymous Pastebin link: http://pastebin.com/7F8W0kTF First Edit: Tuesday 11th of December 2012 03:40:25 PM CDT Last Edit: Tuesday 11th of December 2012 03:40:25 PM CDT // ==UserScript== // @name MadMenRigV3 // @namespace tvrig // @include http://www.tv.com/lists/SpecialFeatures:list:best-overall-series/widget/poll/* // @version 2.2 // ==/UserScript==           //default speed is 1 second between votes     var speed=1000;           if( window.location.search.indexOf('speed=') == -1 ) {             speed = parseInt(prompt('Confirm this dialog to start script\n\nHow fast should this autism fest run at?\n(Lower is faster)', speed));             window.location.href = window.location.href + (window.location.href.indexOf('?')==-1 ? '?' : '&') + 'speed=' + speed;     } else {             function getQueryVariable(variable)             {                     var query = window.location.search.substring(1), vars = query.split('&');                     for (var i=0;i 20)           window.location.reload();                     if(idleNum && idleNum') + 1) + 'Successful Posts: '+ ++count + ' - Attempts '+ ++attempts;                     }             }             var count=0, attempts=0, idleNum=0, idleTotal=10, t = [].slice.call(document.getElementsByClassName('title'))[8];             speed = parseInt(getQueryVariable('speed'));             speed = !speed ? 1000 : speed < 100 ? 100 : speed > 100000 ? 100000 : speed;                   window.setInterval(spamVotes, speed);     }