extracted api logic to service script

This commit is contained in:
Lauchmelder 2022-03-20 01:04:00 +01:00
parent e0e764ccc2
commit e9f95c1001
No known key found for this signature in database
GPG key ID: C2403C69D78F011D
2 changed files with 22 additions and 68 deletions

View file

@ -11,9 +11,13 @@
Download Data
</button>
<button id="print">
Print Data
</button>
<p id="loading">
</p>
<p>
Using WaniKani Level <span id="level"></span>
</p>
<script src="popup.js"></script>
</body>