[steemmonsters] 보상 받기 자동으로 하는 방법

in #steemmonsters6 years ago

스크린샷 2018-12-28 오후 9.03.09.png


1. 크롬 console 활용

크롬 console에서 아래 내용을 복사한 후 붙여 넣으면 알아서 카드(10)장 클릭하고 다음 버튼 눌러 줍니다. 한번에 열기 버튼이 사라져서 함 만들어 봤네요. (클릭 귀차니즘 분들께 추천 드립니다. )

function automove(){
    $(".pack-card-container").trigger("click");$("#btnNext").trigger("click");
    setTimeout(function(){
        automove();
    },1000);
}
automove();


스크린샷 2018-12-30 오후 1.29.50.png


2. 크롬 북마크 활용

javascript:(function(){
function automove(){
    $(".pack-card-container").trigger("click");$("#btnNext").trigger("click");
    setTimeout(function(){
        automove();
    },1000);
}
automove();
})();


스크린샷 2018-12-30 오후 1.35.21.png

Sort:  

엄청난 팁이네요 ㅎㅎ

Hi @wonsama!

Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your UA account score is currently 3.733 which ranks you at #4964 across all Steem accounts.
Your rank has dropped 11 places in the last three days (old rank 4953).

In our last Algorithmic Curation Round, consisting of 209 contributions, your post is ranked at #52.

Evaluation of your UA score:
  • You're on the right track, try to gather more followers.
  • The readers like your work!
  • Good user engagement!

Feel free to join our @steem-ua Discord server

Coin Marketplace

STEEM 0.19
TRX 0.15
JST 0.029
BTC 63635.72
ETH 2597.20
USDT 1.00
SBD 2.91