youtube dark mode stop riproduzione autom
当前为
// ==UserScript==
// @name Youtube Dark figuccio
// @namespace https://greasyfork.org/users/237458
// @version 0.6
// @description youtube dark mode stop riproduzione autom
// @author figuccio
// @match https://*.youtube.com/*
// @run-at document-start
// @grant GM_addStyle
// @noframes
// ==/UserScript==
//f5=20000 autoplay on f5=30000 autoplay off
document.cookie = "PREF=f1=50000000&f5=30000&f6=400; domain=.youtube.com;max-age=315360000";
//Rimuovi Youtube Commenti
GM_addStyle('ytd-comments.style-scope{ display:none !important; }');
/////////////////////////////////////////////
//adblock grosso banner youtube premium
GM_addStyle(`#masthead-ad { display: none !important; }`);