Ditch "Messenger" in VK

Some meme for meme

// ==UserScript==
// @name         Ditch "Messenger" in VK
// @namespace    a
// @version      0.1
// @description  Some meme for meme
// @author       vk.com/vigil33t
// @match        https://vk.com/im
// @grant        none
// ==/UserScript==

(function() {
    if (document.title == "Мессенджер"){
        document.title = "Сообщения";
    }
    document.getElementsByClassName("inl_bl")[5].innerText = "Сообщения";
})();

QingJ © 2025

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