Skip to content

Instantly share code, notes, and snippets.

View fgclue's full-sized avatar
Working from home

Clue fgclue

Working from home
View GitHub Profile
@fgclue
fgclue / a
Created September 30, 2025 18:43
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>")