NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name VIEVIO SCRIPT // @description Welcome TO New VK. // @version 0.1 alpha // @author VIEVIO Studios // @include *://vk.com/* // @include *://*.vk.com/* // @include *://vk.me/* // @include *://*.vk.me/* // @include *://vk-cdn.net/* // @include *://*.vk-cdn.net/* // @include *://userapi.com/* // @include *://*.userapi.com/* // @include *://*.vk.cc/* // @include *://vkuseraudio.net/* // @include *://*.vkuseraudio.net/* // @grant GM_setValue // @grant unsafeWindow // @grant GM_getValue // @grant GM_xmlhttpRequest // @grant GM_listValues // @license MIT // ==/UserScript== (function () { var ver = '0.1 alpha'; console.clear(); console.log("%cVIEVIO SCRIPT: ", 'background: #000; color: #FFF; padding: 6px;', "Версия скрипта: " + ver); console.log("%cVIEVIO SCRIPT: ", 'background: #000; color: #FFF; padding: 6px;', "Загрузка..."); })();