NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Hide VK Combo link in menu // description Скрывает ссылку на VK Combo // @namespace http://tampermonkey.net/ // @version 1.0 // @author ELOR // @match https://*.vk.com/* // @license MIT // @grant none // ==/UserScript== document.head.appendChild(document.createElement("style")).innerHTML = "#l_combo {display: none;}";