Advertisement
coinwalk

btc wallpaper tampermonkey just-dice.com

Jan 21st, 2022
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. // ==UserScript==
  2. // @name btc background
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description try to take over btc world!!!
  6. // @author snowy
  7. // @match https://just-dice.com/
  8. // @icon https://www.google.com/s2/favicons?domain=just-dice.com
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12.  
  13. document.body.style.backgroundImage = "url('https://i.imgur.com/dgC04AA.jpeg')";
  14. document.body.style.backgroundSize = "15%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement