B站匿名聊天室

2021/7/2上午8:56:35

  1. // ==UserScript==
  2. // @name B站匿名聊天室
  3. // @namespace 来自:http://topurl.cn/
  4. // @match *://*.bilibili.*/*
  5. // @grant none
  6. // @version 1.0
  7. // @author -
  8. // @description 2021/7/2上午8:56:35
  9. // ==/UserScript==
  10. var s=document.createElement('script');
  11. s.src='//topurl.cn/chat.js';
  12. document.body.append(s);
  13.  
  14.  
  15. window.onload = function(){
  16. var btn=document.querySelector("div.ctrm-title-close");
  17. btn.click();
  18. document.head.insertAdjacentHTML('beforeend','<style>div.ctrm-domain{display:none !important;}</style>');
  19. document.head.insertAdjacentHTML('beforeend','<style>span.ctrm-title-url{display:none !important;}</style>');
  20. }