[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/vr/ - Retro Games

Search:


View post   

>> No.3572696 [SPOILER]  [View]
File: 79 KB, 655x171, 1476991034454.png [View same] [iqdb] [saucenao] [google]
3572696

>>3572680
Just get rid of the recommended bar. It's all just "popular" bullshit. They're not even related videos anymore.

// ==UserScript==
// @name Stop Recommending
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Removes the recommended videos from youtube
// @author You
// @match *www.youtube.com/*
// @grant none
// ==/UserScript==

(function() {
var head, style;
head = document.getElementsByTagName('head')[0];

style = document.createElement('style');
style.innerHTML = "#watch7-sidebar .watch-sidebar-section:last-child { display: none !important; }" +
"#watch7-sidebar-contents { min-height: 0px; }" +
"";

head.appendChild(style);
})();

>> No.3508261 [View]
File: 79 KB, 655x171, youtube_is_dead.png [View same] [iqdb] [saucenao] [google]
3508261

>>3508215
My youtube bookmark is the subscription page, and I have the "recommended videos" section hidden. To avoid shit like this.

Navigation
View posts[+24][+48][+96]