🚮 cleanup.js
Cleanup your web application
Why?
- Warns about deprecated javascript / dom APIs
- Warns about unconform html
Ussage
<script src="https://cdn.jsdelivr.net/gh/nuxodin/cleanup.js/mod.min.js"></script>
Just want a part of it?
Check for deprecated APIs:
<script src="https://cdn.jsdelivr.net/gh/nuxodin/cleanup.js/apis.min.js"></script>
Check for unconform HTML:
<script src="https://cdn.jsdelivr.net/gh/nuxodin/cleanup.js/html.min.js"></script>
Bookmarklet
Add this link to your bookmarks:
javascript:(function(){import('https://cdn.jsdelivr.net/gh/nuxodin/cleanup.js/mod.min.js');})();
Contribute!
Have you found an outdated API that is not yet covered? Please make a PR or create a issue!