// ==UserScript== // @author Niqueish // @name Tło // @grant GM_addStyle // @description --- // @homepage https://www.facebook.com/Niqueish // @version 1.1 // @include http://*.facebook.com/* // @include https://*.facebook.com/* // @include http://facebook.com/* // @include https://facebook.com/* // @run-at document-start // @namespace https://greasyfork.org/users/31125 // @downloadURL https://update.greasyfork.icu/scripts/17379/T%C5%82o.user.js // @updateURL https://update.greasyfork.icu/scripts/17379/T%C5%82o.meta.js // ==/UserScript== GM_addStyle('body { background: url("http://i.imgur.com/G0a4Dx4.jpg") top center fixed !important; }#leftCol { position: absolute !important;opacity: 0.8;left: 0 !important;width: 13% !important; background: #FFFFFF; border-radius: 0 0 5px 5px; border-right: 1px solid #000; -webkit-box-shadow: 0 0 20px #555 !important; }');