Advertisement
MattMayuga

Jstris - CINDERELLA GIRLS: Starlight Stage title skin packs

May 31st, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. ==3rd ANNiVERS@RY - Girls in the Frontier==
  2.  
  3. // ==UserScript==
  4. // @name Jstris Mods
  5. // @namespace http://tampermonkey.net/
  6. // @version 0.1
  7. // @description try to take over the world!
  8. // @author You
  9. // @match https://*.jstris.jezevec10.com/*
  10. // @grant none
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15. window.addEventListener('load', function(){
  16. //Jstris Custom Background Image
  17. document.head.getElementsByTagName("style")[0].innerHTML="";
  18. document.body.style.backgroundImage="url('https://cdn.discordapp.com/attachments/263058966869835776/583234690736062474/img_visual.png')";
  19. document.body.style.backgroundSize="100%";
  20. document.getElementById("app").style.backgroundColor="rgba(0, 0, 0, 0.8)";
  21. document.getElementById("app").style.height="1000px";
  22.  
  23. //Jstris Block Skin Change
  24. loadSkin("https://cdn.discordapp.com/attachments/429007833992790036/564407478004219909/tf_slate.png",36);
  25. });
  26. })();
  27.  
  28. ==2nd ANNiVERS@RY - Illusionista!==
  29.  
  30. // ==UserScript==
  31. // @name Jstris Mods
  32. // @namespace http://tampermonkey.net/
  33. // @version 0.1
  34. // @description try to take over the world!
  35. // @author You
  36. // @match https://*.jstris.jezevec10.com/*
  37. // @grant none
  38. // ==/UserScript==
  39.  
  40. (function() {
  41. 'use strict';
  42. window.addEventListener('load', function(){
  43. //Jstris Custom Background Image
  44. document.head.getElementsByTagName("style")[0].innerHTML="";
  45. document.body.style.backgroundImage="url('https://i.postimg.cc/Gh5DHQW8/2nd-Anniversary.jpg')";
  46. document.body.style.backgroundSize="100%";
  47. document.getElementById("app").style.backgroundColor="rgba(0, 0, 0, 0.8)";
  48. document.getElementById("app").style.height="1000px";
  49.  
  50. //Jstris Block Skin Change
  51. loadSkin("https://i.imgur.com/XuZoGkS.png",32);
  52. });
  53. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement