|
|
|
|
|
by ksherlock
986 days ago
|
|
I made myself a bookmarklet last week to open the current URL with invidious. Not because of the adblocker prejudice (although there were reports, it hadn't hit me yet) but because YouTube was increasingly unable or unwilling to play videos. As a side benefit, invidious can block comments and related videos so it's a better experience. javascript:window.location=%22https://[your favorite invidious implementation]/watch%22+document.location.search |
|