Created
July 23, 2018 10:09
-
-
Save zxzl/978fa23f5104483b506b263c5c3f2952 to your computer and use it in GitHub Desktop.
12 pick
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// http://gall.dcinside.com/mgallery/board/view/?id=pebble&no=2256406&page=1&search_pos=&s_type=search_all&s_keyword=%EC%95%84%EC%9D%B4%EB%8F%8C+%ED%94%BD%ED%95%98%EA%B8%B0 | |
var idolList = ["강혜원","김나영","김도아", | |
"손은채","야부키 나코","이하은", | |
"치바 에리이","혼다 히토미","이와타테 사호", | |
"장원영","한초원","미야와키 사쿠라"] | |
$(".tranieeList .name a").each(function(i,idoldom){ | |
if( idolList.includes( $(idoldom).text() ) ) | |
$(idoldom).closest("li").find(".vote_select").click(); | |
}) | |
$(".voteButton").click(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment