A bookmarklet for card album achievement status of IDOLM@STER MILLION LIVE!!.
Currently we support card until『5本のバラの花言葉 徳川まつり』.
javascript:(function(){var d=document;var s=d.createElement('script');s.src='https://raw.githubusercontent.com/imas/million-albumchecker/master/js/app.js'; d.body.appendChild(s)})();
To develop this bookmarklet, we referred pages below. Thanks!!
- IDOLM@STER MILLION LIVE!! @wiki
- Resource of card list.
- A bookmarklet to check how much you've paid for Amazon
- Base of bookmarklet structure.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request