Skip to content

Instantly share code, notes, and snippets.

@iplus26
Last active December 19, 2019 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iplus26/672456d04a098ff335c3 to your computer and use it in GitHub Desktop.
Save iplus26/672456d04a098ff335c3 to your computer and use it in GitHub Desktop.
磐石投票(http://www.stonepoll.com) 半手动刷票脚本,自动打开 Safari 无痕模式,输入网址,勾选目标选项,页面滚动至验证码处
tell application "Safari" to activate
tell application "System Events"
tell process "Safari"
click menu item "New Private Window" of menu "File" of menu bar 1
end tell
end tell
tell front window of application "Safari"
set the URL of the current tab to "http://pvote.v.mvote.net/poll/067cd4ee-49c3-90e6-4855-28386dfd4576.html?from=timeline&isappinstalled=0"
--这里是网址
delay 10
do JavaScript "document.getElementById('opinput_593813').nextElementSibling.click();window.scroll(0,2343);document.getElementById('inputCaptchacode').click();" in the current tab
end tell
@panther5678
Copy link

tell application "Safari" to activate
tell application "System Events"
tell process "Safari"
click menu item "New Private Window" of menu "File" of menu bar 1
end tell
end tell

tell front window of application "Safari"
set the URL of the current tab to "http://pvote.v.mvote.net/poll/067cd4ee-49c3-90e6-4855-28386dfd4576.html?from=timeline&isappinstalled=0"
http://m139022.mustfollow.axfree.mvote.net/wxvote/75510653-7c93-919b-1e78-3baecc2a0c91.html
delay 10
do JavaScript "document.getElementById('opinput_593813').nextElementSibling.click();window.scroll(0,2343);document.getElementById('inputCaptchacode').click();" in the current tab
end tell

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment