Created
October 16, 2010 04:28
-
-
Save orangkucing/629417 to your computer and use it in GitHub Desktop.
BBモバイルポイントのログイン省力化 for SIM-free iPhone
This file contains 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
javascript:(function(){var%20d%3Ddocument.forms[0];d.UserName.value%3D"id";d.Suffix.value%3D"domain";d.Password.value%3D"pw";d.submit();})() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SIM-freeのiPhoneユーザーがBBモバイルポイントにアクセスするには、ファミリーマートでプリペイドIDを購入し用いる方法がある。しかし、この際、ユーザー名の@以降が i.softbank.jp ではないので、そこをしっかり設定しないとログインすることができない。
このブックマークレットのオリジナルは http://ascii.jp/elem/000/000/150/150144/index-7.html である。これはSoftBankのiPhoneユーザー用であるため、わずかに変更する必要があった。
使用法は上記URLに同じ。ただし、(ユーザーIDは@の前後で分け id@domain とし)id, pw に加え domain の部分も書き換えること。