Wednesday, September 02, 2015

Need to pick a new Anime from your Plan to Watch list but can not decide? How about random!


So you need to decide which one to watch next from your gigantic plan to watch list? BUT you are indecisive and are not able to pick? (And you use MAL?)Well i wrote a short javascript to do the work for you. Just open your browsers console (ctrl + shift + j in chrome, ctrl + shift + k in firefox) and paste the following code in there.var p=$('.header_ptw').nextAll().filter('table+div').prev();alert($(p[Math.floor(Math.random()*p.length)]).find('.animetitle>span').text()); OR save the following as a bookmark, and just click on it while on your lists site :javascript:var p=$('.header_ptw').nextAll().filter('table+div').prev();alert($(p[Math.floor(Math.random()*p.length)]).find('.animetitle>span').text()); this will give you a randomly decided name from your ptw list!Happy watching http://ift.tt/1LV5CWl

No comments: