It had the best video quality! :(
I also had made for myself a simple bookmarklet to pick a random episode, since they were all on the same page. To watch Futurama, Simpsons, etc. Like so:
javascript:(function() {var eps = document.querySelectorAll('.col-sm-12 > a');window.location.pathname = eps[Math.floor(Math.random()*eps.length)].getAttribute('href')})();
It had the best video quality! :(
I also had made for myself a simple bookmarklet to pick a random episode, since they were all on the same page. To watch Futurama, Simpsons, etc. Like so:
javascript:(function() {var eps = document.querySelectorAll('.col-sm-12 > a');window.location.pathname = eps[Math.floor(Math.random()*eps.length)].getAttribute('href')})();