Advertisement
MattMayuga

Jstris - THE iDOLM@STER and CINDERELLA GIRLS skin packs

May 24th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. ==THE iDOLM@STER==
  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://raikou2.donmai.us/sample/6c/f4/__kisaragi_chihaya_akizuki_ritsuko_hagiwara_yukiho_takatsuki_yayoi_kikuchi_makoto_and_etc_idolmaster_classic_and_etc__sample-6cf412e01d7808647ae40f99b36c5f59.jpg')";
  19. document.body.style.backgroundSize="150%";
  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/581327184044621850/unknown.png",32);
  25. });
  26. })();
  27.  
  28. ==THE iDOLM@STER CINDERELLA GIRLS==
  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://raikou2.donmai.us/sample/e0/5c/__futaba_anzu_honda_mio_moroboshi_kirari_shibuya_rin_and_shimamura_uzuki_idolmaster_cinderella_girls_starlight_stage_and_etc__sample-e05cbd326593497f0d2baf71eb3102f3.jpg')";
  46. document.body.style.backgroundSize="125%";
  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://cdn.discordapp.com/attachments/429007833992790036/581327343239430164/unknown.png",32);
  52. });
  53. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement