Tło

---

  1. // ==UserScript==
  2. // @author Niqueish
  3. // @name Tło
  4. // @grant GM_addStyle
  5. // @description ---
  6. // @homepage https://www.facebook.com/Niqueish
  7. // @version 1.1
  8. // @include http://*.facebook.com/*
  9. // @include https://*.facebook.com/*
  10. // @include http://facebook.com/*
  11. // @include https://facebook.com/*
  12. // @run-at document-start
  13. // @namespace https://greasyfork.org/users/31125
  14. // ==/UserScript==
  15. 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; }');