Advertisement
ought

Untitled

Jun 9th, 2015
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. // ==UserScript==
  2. // @name DeAd Ficme
  3. // @namespace ficme
  4. // @include http://www.fanfics.me/*
  5. // @version 1
  6. // @grant none
  7. // ==/UserScript==
  8. document.getElementById('header').getElementsByTagName('div')[0].remove();
  9. document.getElementById('header-bar').style.top = "80px";
  10. document.getElementById('header').style.height = "110px";
  11. document.getElementById('logo').style.top = 0;
  12. document.getElementsByTagName('body')[0].style.background = "url('https://ws.cubbyusercontent.com/p/_fa44e3eda02b41b389cd245d030d459c/background01.jpg/1344482895')"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement