Hacker News new | ask | show | jobs
by ocfnash 1090 days ago
I've been using fixyt.com to avoid YouTube grossness for years. Thanks to the bookmarklet below, whenever I land at youtube.com I'm only ever a click away from escaping their awful, awful app.

javascript:(function() {window.location=window.location.toString().replace(/^https:\/\/www.youtube\./,'http://fixyt.');})()