Advertisement
LeonardoGamer

Chama o Faxineiro!

Sep 18th, 2015
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Chama o Faxineiro!
  3. // @namespace me.mrpowergamerbr.ChamaAFaxina
  4. // @include http://gamersboard.com.br/*
  5. // @version v1.0.0
  6. // @grant none
  7. // ==/UserScript==
  8. var div=document.createElement("div");
  9.  
  10. div.innerHTML ="<style>#ipbwrapper { background-color: #1D1D22; }";
  11. document.body.insertBefore(div,document.body.firstChild);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement