Gamdom Rain Notifier Mimic

Mimic script for Gamdom Rain Notifier

此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.gf.qytechs.cn/scripts/40823/265980/Gamdom%20Rain%20Notifier%20Mimic.js

  1. // ==UserScript==
  2. // @name Gamdom Rain Notifier Mimic
  3. // @author Boris Britva
  4. // @namespace https://gf.qytechs.cn/users/173937
  5. // @description Mimic script for Gamdom Rain Notifier
  6. // @version 0.1.0
  7. // ==/UserScript==
  8.  
  9. function mimic()
  10. {
  11. if( location.origin.indexOf("gamdom") == -1 )
  12. return;
  13. var d = document,
  14. qs = function(s, e){return (e||d).querySelector(s);},
  15. start = function(){
  16. var e = qs("#youdontruntheway");
  17. e.innerHTML = "The script is running! Just leave this tab open and you'll receive all the rains!";
  18. e = qs("#versupdv1");
  19. e.innerHTML = "";
  20. };
  21. switch(d.readyState)
  22. {
  23. case "loading":
  24. d.addEventListener("DOMContentLoaded", start);
  25. break;
  26. case "interactive":
  27. case "complete":
  28. start();
  29. break;
  30. }
  31. }

QingJ © 2025

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