pixivにログインするApplescript

 pixivにログインするApplescriptです。
tell application "Safari"
activate
if URL of document 1 starts with "http://www.pixiv.net/" or URL of document 1 starts with "https://www.secure.pixiv.net/" then
do JavaScript "login_pixiv_id.value='pixiv ID'" in document 1
do JavaScript "login_password.value='パスワード'" in document 1
else
display dialog "アドレスが違うよ" buttons {"Yes!", "ウホッ!", "マジで?"} default button 1
end if
end tell
 このscriptはTOPページでしか使えません。
 no img
 →他のログイン方法  ニコ動  みずほ銀行  はが☆つる  
2014/3/13

 PC表示に切替     スマホ表示に切替     タブレット表示に切替