// ==UserScript== // @name Vk Background (Custom) // @namespace https://vk.com/id283655449 // @version 1.0 // @description Custom buckground // @author AnakonDRaG(Dmitriy) // @match https://vk.com/* // @require http://code.jquery.com/jquery-latest.min.js // @require http://code.jquery.com/jquery-latest.min.js // @downloadURL https://update.greasyfork.icu/scripts/29556/Vk%20Background%20%28Custom%29.user.js // @updateURL https://update.greasyfork.icu/scripts/29556/Vk%20Background%20%28Custom%29.meta.js // ==/UserScript== var src= localStorage.getItem("image"), rgba_write="255,255,255,0.8", rgba_dark="rgba(0,0,0,0.8)"; var author ='Подписаться на автора'; document.body.style.background="url("+ src +") fixed no-repeat"; document.body.style.backgroundSize="100%"; $("#stl_bg").css("background","rgba(220,226,232,0.5)"); $("#quick_login_form input").css('width','100%'); $("#index_footer_wrap").css('background','rgba('+rgba_dark+')'); $("#page_layout").css({'background':'rgba('+rgba_write+')','height':'100%'}); $("#side_bar_inner ol").append('