Skip to content

Instantly share code, notes, and snippets.

@orangkucing
Created October 16, 2010 04:28
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 orangkucing/629417 to your computer and use it in GitHub Desktop.
Save orangkucing/629417 to your computer and use it in GitHub Desktop.
BBモバイルポイントのログイン省力化 for SIM-free iPhone
javascript:(function(){var%20d%3Ddocument.forms[0];d.UserName.value%3D"id";d.Suffix.value%3D"domain";d.Password.value%3D"pw";d.submit();})()
@orangkucing
Copy link
Author

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 の部分も書き換えること。

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