Last active
February 28, 2023 21:13
-
-
Save afkvido/f0ed523400e1e65d0a08a298ef902a72 to your computer and use it in GitHub Desktop.
Load SweetAlert2 Neutral into the current webpage.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(async()=>{if(window.Swal){return}eval(await(await fetch("https://cdn.jsdelivr.net/npm/sweetalert2-neutral@latest/dist/sweetalert2.all.min.js")).text())})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment