neotkladivay

VSEMPRIVETKOGONEVIDEL

// ==UserScript==
// @name         neotkladivay
// @namespace    http://tampermonkey.net/
// @version      2024-12-06
// @description  VSEMPRIVETKOGONEVIDEL
// @author       x5839
// @match        https://lolz.live/
// @match        https://lolz.live/*
// @match        https://zelenka.guru/
// @match        https://zelenka.guru/*
// @match        https://lolz.guru/
// @match        https://lolz.guru/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=lolz.live
// @grant        GM_addStyle
// @run-at       document-start
// @license MIT
// ==/UserScript==

(function() {
    'use strict';
    GM_addStyle(".personalTabTitle { display:none !important } ")
})();