Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Latest commit

 

History

History
32 lines (23 loc) · 1.41 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.41 KB

million-albumchecker

Japanese README

A bookmarklet for card album achievement status of IDOLM@STER MILLION LIVE!!.

Currently we support card until『5本のバラの花言葉 徳川まつり』.

How to use

  1. Log in GREE, and go to app page.
  2. Use bookmarklet below (link)
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)})();

Special thanks

To develop this bookmarklet, we referred pages below. Thanks!!

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request