Fuck April 1st DGG Chat CSS

04/01/2025, OBAMNA

  1. // ==UserScript==
  2. // @name Fuck April 1st DGG Chat CSS
  3. // @namespace Violentmonkey Scripts
  4. // @match https://www.destiny.gg/bigscreen
  5. // @match https://www.destiny.gg/bigscreen*
  6. // @match https://www.destiny.gg/embed/chat
  7. // @match https://www.omniliberal.dev/bigscreen
  8. // @match https://www.omniliberal.dev/bigscreen*
  9. // @match https://www.omniliberal.dev/embed/chat
  10. // @grant none
  11. // @version 1.0.1
  12. // @author mif
  13. // @license MIT
  14. // @description 04/01/2025, OBAMNA
  15. // ==/UserScript==
  16.  
  17. function GM_addStyle (cssStr) {
  18. var D = document;
  19. var newNode = D.createElement ('style');
  20. newNode.textContent = cssStr;
  21.  
  22. var targ = D.getElementsByTagName ('head')[0] || D.body || D.documentElement;
  23. targ.appendChild (newNode);
  24. }
  25.  
  26.  
  27. GM_addStyle('.stream-panel__embed--offline { background-color: #000!important; }');
  28. GM_addStyle('.stream-panel__embed--offline .offline-image { display: None; }');
  29. GM_addStyle('#chat-input-frame { background-color: unset; }');
  30. GM_addStyle('#chat-input-control { background-color: unset; }');
  31. GM_addStyle('#chat { background-color: unset; }');
  32. GM_addStyle('.msg-chat { color: unset; }');
  33. GM_addStyle('.#chat-event-bar { color: unset; }');
  34. GM_addStyle('.msg-chat, .msg-chat .user { color: unset; }');
  35. GM_addStyle('#msg-pinned { background-color: #222; }');
  36. GM_addStyle('#chat-win-main.vyneer-util-sticky-mentions-on .msg-highlight { background-color: #222; color: unset; }');
  37. GM_addStyle('.msg-chat { border-radius: 0px!important; }');
  38. GM_addStyle('.msg-own, .chat-unpinned .chat-scroll-notify { background-color: #151535; }');

QingJ © 2025

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