로스트사가 뽑기 스크립트

로스트사가 한가위 뽑기 쉽게하기! 지원 채널링 벨로프,다음,엠게임,네이버,한게임,위메이드

  1. // ==UserScript==
  2. // @name 로스트사가 뽑기 스크립트
  3. // @namespace http://tampermonkey.net/
  4. // @version 1
  5. // @description 로스트사가 한가위 뽑기 쉽게하기! 지원 채널링 벨로프,다음,엠게임,네이버,한게임,위메이드
  6. // @author 낭만모히칸
  7. // @match http://lostsaga.mgame.com/losaevent/2022/220824_thanksgiving/thanksgiving.asp
  8. // @match http://lostsaga-ko.valofe.com/losaevent/2022/220824_thanksgiving/thanksgiving.asp
  9. // @match http://www.lostsaga.com/losaevent/2022/220824_thanksgiving/thanksgiving.asp
  10. // @match http://lostsaga.game.daum.net/losaevent/2022/220824_thanksgiving/thanksgiving.asp
  11. // @match https://lostsaga.game.naver.com/losaevent/2022/220824_thanksgiving/thanksgiving.asp
  12. // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
  13. // @license MIT
  14. // @grant none
  15. // ==/UserScript==
  16. setInterval(function() {
  17. document.querySelector("#divPopupBtn > button.btnLayerConfirm").click();
  18. }, 250);