Title: [JavaScript] Breaking Bad "Fix" Author: Anonymous Pastebin link: http://pastebin.com/m76b6v5Q First Edit: Saturday 8th of December 2012 07:18:13 PM CDT Last Edit: Saturday 8th of December 2012 07:18:13 PM CDT // Alright faggots, I found a way to fix the script for MLP to do Breaking Bad, but I'm on a PS3, so character limits. // Addressing changes here.   // First off, your header should be   // ==UserScript== // @name TVRigBreakingBad // @namespace tvrigBB // @include http://www.tv.com/lists/SpecialFeatures:list:best-overall-series/widget/poll/ // @version 2.0 // ==/UserScript==   // Next, change   msg = {'vote_rate_limit': '3',                                         'list_id': 'SpecialFeatures:list:best-animated-series',                                         'id': 's:79180',                                         'a': 'a',                                         'v': '+1'},   // to   msg = {'vote_rate_limit': '3',                                         'list_id': 'SpecialFeatures:list:best-overall-series',                                         'id': 's:2469',                                         'a': 'a',                                         'v': '+1'},   // Lastly, change   var count=0, attempts=0, idleNum=0, idleTotal=10, t = [].slice.call(document.getElementsByClassName('title'))[9];   // to   var count=0, attempts=0, idleNum=0, idleTotal=10, t = [].slice.call(document.getElementsByClassName('title'))[1];   // and you should be good to go.   // Regards, !Dash.7cevw