Youtube large figuccio

menu guida autorestringe

目前為 2022-02-05 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Youtube large figuccio
// @description  menu guida autorestringe
// @namespace    https://gf.qytechs.cn/users/237458
// @version      0.4
// @match        https://www.youtube.com/*
// @author       figuccio
// @grant        GM_addStyle
// @grant        GM_setValue
// @grant        GM_getValue
// @run-at       document-idle
// @require      https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js
// @icon         https://www.youtube.com/s/desktop/3748dff5/img/favicon_48.png
// @license        MIT
// ==/UserScript==
  // hide "guide" menu
   //pulsante guide- button (hide "guide" menu)
$(document).ready(function() {
(function() {
setTimeout(function(){
document.querySelector("#guide-button").click();}, 1000);
 })();
});
  /*
(function() {
	var guide_button=document.getElementById('guide-button');
	if(guide_button){
		var tmp=guide_button.getElementsByTagName('button');
        if(tmp.length) {
			tmp=tmp[0].attributes;
			if(tmp&&tmp['aria-pressed'].value=='true')
				guide_button.click();
		    }
	    }
})();
*/

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址