neotkladivay

VSEMPRIVETKOGONEVIDEL

  1. // ==UserScript==
  2. // @name neotkladivay
  3. // @namespace http://tampermonkey.net/
  4. // @version 2024-12-06
  5. // @description VSEMPRIVETKOGONEVIDEL
  6. // @author x5839
  7. // @match https://lolz.live/
  8. // @match https://lolz.live/*
  9. // @match https://zelenka.guru/
  10. // @match https://zelenka.guru/*
  11. // @match https://lolz.guru/
  12. // @match https://lolz.guru/*
  13. // @icon https://www.google.com/s2/favicons?sz=64&domain=lolz.live
  14. // @grant GM_addStyle
  15. // @run-at document-start
  16. // @license MIT
  17. // ==/UserScript==
  18.  
  19. (function() {
  20. 'use strict';
  21. GM_addStyle(".personalTabTitle { display:none !important } ")
  22. })();