Gamdom Rain Notifier

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

目前为 2018-03-09 提交的版本,查看 最新版本

  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.3.0
  6. // @author Boris Britva
  7. // @include /^https:\/\/greasyfork\.org\/([a-z]{2}(\-[A-Z]{2})?\/)?scripts/39315(\-[^\/]+)$/
  8. // @include /^https?:\/\/gamdom\.com\/*$/
  9. // @require https://greasyfork.org/scripts/39350-gamdom-rain-notifier-library/code/Gamdom%20Rain%20Notifier%20Library.js?version=257640
  10. // @grant GM_xmlhttpRequest
  11. // @grant GM_notification
  12. // @grant GM_info
  13. // @connect gamdomrain.com
  14. // ==/UserScript==
  15.  
  16. (function(){
  17. console.log("start playing the game");
  18. main();
  19. //playback(1);// test sound
  20. })();