Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name DeAd Ficme
- // @namespace ficme
- // @include http://www.fanfics.me/*
- // @version 1
- // @grant none
- // ==/UserScript==
- document.getElementById('header').getElementsByTagName('div')[0].remove();
- document.getElementById('header-bar').style.top = "80px";
- document.getElementById('header').style.height = "110px";
- document.getElementById('logo').style.top = 0;
- 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