Title: MAD MEN: IT'S RIGHT THIS TIME! Author: Anonymous Pastebin link: http://pastebin.com/Kf6ymv5H First Edit: Tuesday 11th of December 2012 04:54:29 PM CDT Last Edit: Tuesday 11th of December 2012 04:54:29 PM CDT // ==UserScript== // @name TVGuideRig_MadMen_Overall // @namespace tvrig // @include http://www.tv.com/lists/SpecialFeatures:list:best-overall-series/widget/poll/* // @version 2.3 // ==/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') + 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);     }