bilibili禁止弹出弹幕点赞

网页端弹幕点赞挺烦的,看不少人讨厌这个功能,就把自用脚本的相关部分上传一下

  1. // ==UserScript==
  2. // @name bilibili禁止弹出弹幕点赞
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.3
  5. // @description 网页端弹幕点赞挺烦的,看不少人讨厌这个功能,就把自用脚本的相关部分上传一下
  6. // @author Yui
  7. // @match *://*.bilibili.com/*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13. function rm(){$('.bilibili-player-dm-tip-wrap').remove()}
  14. function tt(){var a=document.getElementsByTagName("body")[0];var a2=document.createElement("a");a.appendChild(a2);a2.innerHTML='净<br>化'
  15. a2.id='biliguna';a2.style.position = "fixed";a2.style.left = "0px";a2.style.top = "500px";a2.style.opacity=0.20;a2.onclick=rm;rm()};setTimeout(tt,3000)
  16. })();

QingJ © 2025

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