Skip to content

Instantly share code, notes, and snippets.

@fgclue
Created September 30, 2025 18:43
Show Gist options
  • Select an option

  • Save fgclue/8463d91d00ed7fd8d02b9d2147bacec0 to your computer and use it in GitHub Desktop.

Select an option

Save fgclue/8463d91d00ed7fd8d02b9d2147bacec0 to your computer and use it in GitHub Desktop.
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