Disable comments on nicolive video screen

ニコニコ動画

// ==UserScript==
// @name         Disable comments on nicolive video screen
// @version      0.1
// @description  ニコニコ動画  
// @author       Werner78
// @match        https://live2.nicovideo.jp/watch/*
// @namespace    https://gf.qytechs.cn/de/users/414179-werner78
// @grant        none
// ==/UserScript==

setTimeout(function(){
document.querySelector('button[class*="comment-button"]').click();
}, 9000);

QingJ © 2025

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