// ==UserScript== // @author Naqud // @name Tło // @grant GM_addStyle // @description --- // @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/49074 // @downloadURL https://update.greasyfork.icu/scripts/22924/T%C5%82o.user.js // @updateURL https://update.greasyfork.icu/scripts/22924/T%C5%82o.meta.js // ==/UserScript== GM_addStyle('body { background: url("https://scontent-fra3-1.xx.fbcdn.net/v/t1.0-0/p206x206/13606945_493534934182341_3125627094342422405_n.jpg?oh=ec1820ccca78e653413223d6e8bf3ae1&oe=5850C927") 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; }');