NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name vkrdsgn // @version 1.1 // @license MIT // @include *://vk.com/* // @include *://*.vk.com/* // @include *://vk.me/* // @include *://*.vk.me/* // ==/UserScript== new MutationObserver(function (mutations) { document.body.classList.remove('new_header_design'); document.querySelector('.TopSearch .input_back').setAttribute('style', 'margin:0px;padding:13px 0px 0px 27px;'); }).observe(document, { childList: true, subtree: true });