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>") |