Greasy Fork镜像 支持简体中文。

Nitro Type Shop Leaks

Shop Leaks in Nitro Type

  1. // ==UserScript==
  2. // @name Nitro Type Shop Leaks
  3. // @namespace https://singdev.wixsite.com/sing-developments
  4. // @version 0.3
  5. // @description Shop Leaks in Nitro Type
  6. // @match https://www.nitrotype.com/*
  7. // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
  8. // @grant none
  9. // @license MIT
  10. // ==/UserScript==
  11.  
  12. (function () {
  13. 'use strict';
  14.  
  15. // Check if the current URL matches the desired one
  16. if (window.location.href === 'https://www.nitrotype.com/shopleaks') {
  17. window.addEventListener("load", function () {
  18. // Remove the errorfg element if it exists
  19. const errorfg = document.querySelector("#root > div.structure.structure--nitrotype.structure--noAds > main > section > div");
  20. if (errorfg) {
  21. errorfg.remove();
  22. }
  23.  
  24. const main = document.querySelector(".structure-content");
  25.  
  26. const containerStyle = {
  27. display: "flex",
  28. justifyContent: "center", // Center horizontally
  29. alignItems: "center", // Center vertically
  30. height: "100vh" // Make the container full viewport height
  31. };
  32.  
  33. // Uncomment the next line if you want to apply the containerStyle
  34. // Object.assign(main.style, containerStyle);
  35.  
  36. const iframeStyle = {
  37. webkitTransform: "scale(1)",
  38. width: "100%", // Make iframe responsive and wide enough to fit the screen
  39. height: "100%" // Make iframe responsive
  40. };
  41.  
  42. var leaderboard = document.createElement("iframe");
  43.  
  44. leaderboard.src = "https://docs.google.com/spreadsheets/d/e/2PACX-1vS_Pvqrkbje9rN7-0BhGmfitvKRhiCc7hyeJ4INdeH6DJaLDIQgF9lvbtDcZ2XvF-l4ILPE4LJYDa1J/pubhtml?widget=true&headers=false";
  45.  
  46. Object.assign(leaderboard.style, iframeStyle);
  47. Object.assign(main.style, containerStyle);
  48.  
  49. main.append(leaderboard);
  50. }, false);
  51. }
  52. })();
  53.  
  54. // plese.api.convert (request.data::)
  55. var y = 2;
  56. var x = 3;
  57. var cDate = "time.getSome"
  58. function getButtonBack(nav, dropdown){
  59. return "Shop Leaks";
  60. }
  61.  
  62. getButtonBack(892, 66);
  63. var gDate = new Date();
  64. if (cDate > "Dec, 03, 2020"){
  65. "SingDev.remove()"
  66. }
  67.  
  68.  
  69.  
  70. function insertAfter(e,r){r.parentNode.insertBefore(e,r.nextSibling)}var li=document.createElement("li");li.className="nav-list-item",li.innerHTML="<a href = 'https://www.nitrotype.com/shopleaks' class = 'nav-link'>Shop Leaks</a>";var ref=document.querySelectorAll(".nav-list-item")[5];insertAfter(li,ref),"singdevelopmentsblog.wordpress.com/runcodelinkedytchannelid?=natedogg=usp=sharing"==window.location.href&&document.querySelectorAll(".nav-list-item")[7].classList.add("is-current");
  71.  
  72.  

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址