asteroid-alert
It's an alert library build with JavaScript. You can replace your traditional JavaScript alert, confirm and toast with the library.
Follow the html file to use the library
https://dl.dropbox.com/s/yrr7z4avnas4a6c/asteroid-alert-min.js
CDN:Functions
$confirm("Do you want to delete?", "#E74C3C") .then(() => { $toast("Deleted", "#E74C3C"); })
$alert("Successfull", '#E74C3C') $toast("No internet connection", "#F4D03F") If you don't provide any color code it will take default color