-
-
Save fgclue/8463d91d00ed7fd8d02b9d2147bacec0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| document.write("<body style=\"width: 100vw; height: 100vh; margin: 0px; padding: 0px; display: flex; justify-content: center; align-items: center;\"><div style=\"display:flex;gap:4px; line-height:4px;\"><p>😃🔪</p> <input placeholder=\"extension id\" id=\"a\"><button style=\"width: 6rem;\" onclick=\"chrome.management.uninstall(document.getElementById('a').value);alert('killed ' + document.getElementById('a').value)\">Kill</button><button onclick=\"alert(chrome.management.getAll())\">?</button></div></body>") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment