Greasy Fork

Greasy Fork is available in English.

Tło

---

目前为 2016-02-24 提交的版本,查看 最新版本

// ==UserScript==
// @author        Niqueish
// @name          Tło
// @grant         GM_addStyle
// @description	  ---
// @homepage      https://www.facebook.com/kamcio43924
// @version       1.0
// @include       http://*.facebook.com/*
// @include       https://*.facebook.com/*
// @include       http://facebook.com/*
// @include       https://facebook.com/*
// @run-at        document-start
// @namespace http://greasyfork.icu/users/31125
// ==/UserScript==
GM_addStyle(<><![CDATA[
body { 
  background: url("http://uczuciopedia.pl/images/bebzol/uczuciopedia_bg.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; 
}




]]></>);