// ==UserScript== // @name 进入b站直接跳到热门 // @description 先点下面这问号👇?👇,查看教材安装相应浏览器的插件再安装本脚本 // @namespace bilibili // @author LiHaoMing // @version 1.12 // @match https://www.bilibili.com/ // @grant GM_log // @grant GM_addStyle // @grant GM_setValue // @grant GM_getValue // @grant GM_xmlhttpRequest // @grant GM_deleteValue // @license MIT License // @contributionURL // @contributionAmount 1¥ // @downloadURL none // ==/UserScript== (function () { console.log(document.getElementById('primaryPageTab')) //点击 if (document.getElementsById('primaryPageTab')) { //判断是否存在 console.log(document.getElementById('primaryPageTab').children) //点击 } })();//立即运行