我想弄一個b站的去彈幕和寬屏的腳本,模擬點擊類似如下// ==UserScript==// @name 一鍵B站開關(guān)彈幕(Alt)// @namespace http://tampermonkey.net/// @version 0.2// @description try to take over the world!// @author You// @match *://*.bilibili.com/*// ==/UserScript==setTimeout(function(){ document.querySelector('.bilibili-player-video-btn-widescreen').click(); document.querySelector('.bui-checkbox').click();},1000);但是我放在猴子里面只有寬屏的有效,而彈幕的卻無效,但是我在網(wǎng)頁的console那里測試卻又是可以的,這是為什么呢?
bilibili 去彈幕和寬屏腳本 請教
ITMISS
2018-10-02 14:11:51