Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name btc background
- // @namespace http://tampermonkey.net/
- // @version 0.1
- // @description try to take over btc world!!!
- // @author snowy
- // @match https://just-dice.com/
- // @icon https://www.google.com/s2/favicons?domain=just-dice.com
- // @grant none
- // ==/UserScript==
- document.body.style.backgroundImage = "url('https://i.imgur.com/dgC04AA.jpeg')";
- document.body.style.backgroundSize = "15%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement