Gamdom Rain Notifier

WORKABLE SCRIPT, NO BAN RISK, NO MINER INSIDE. READ DESCRIPTION ON GREASYFORK.ORG

目前为 2018-04-05 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Gamdom Rain Notifier
  3. // @description WORKABLE SCRIPT, NO BAN RISK, NO MINER INSIDE. READ DESCRIPTION ON GREASYFORK.ORG
  4. // @namespace https://greasyfork.org/users/173937
  5. // @version 1.9.3
  6. // @author Boris Britva
  7. // @include /^https:\/\/greasyfork\.org\/([a-z]{2}(\-[A-Z]{2})?\/)?scripts/39315(\-[^\/]+)$/
  8. // @require https://greasyfork.org/scripts/39350-gamdom-rain-notifier-library/code/Gamdom%20Rain%20Notifier%20Library.js?version=263438
  9. // @require https://greasyfork.org/scripts/39677-gamdom-rain-notifier-library-meow/code/Gamdom%20Rain%20Notifier%20Library%20Meow.js?version=259503
  10. // @require https://greasyfork.org/scripts/39689-gamdom-rain-notifier-library-update/code/Gamdom%20Rain%20Notifier%20Library%20Update.js?version=263408
  11. // @icon https://gamdom.com/img/favicon.ico
  12. // @grant GM_xmlhttpRequest
  13. // @grant GM_notification
  14. // @grant GM_info
  15. // @grant GM_getValue
  16. // @grant GM_setValue
  17. // @connect gamdomrain.com
  18. // @connect greasyfork.org
  19. // ==/UserScript==
  20.  
  21. (function(){
  22. main();
  23. })();