Zagvus

joined 2 years ago
[โ€“] [email protected] 5 points 2 years ago

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')})();

[โ€“] [email protected] 3 points 2 years ago* (last edited 2 years ago)

My itch is that nsfw posts don't show up in the RSS feed.