Update README.md
This commit is contained in:
parent
6e8b93423a
commit
0131310369
1 changed files with 6 additions and 1 deletions
|
@ -1 +1,6 @@
|
|||
<script>alert("xss");</script>
|
||||
<script>
|
||||
const pop = new Audio("https://git.creations.works/seth/.profile/raw/branch/main/pop.flac");
|
||||
|
||||
document.querySelector("h2").remove();
|
||||
window.addEventListener("click", () => { pop.play(); })
|
||||
</script>
|
Loading…
Add table
Reference in a new issue