Pop-ins : here is what I do 1) I found here, on Hacker News, a nice "kill sticky" javascript function to put in my shortcuts 2) In Firefox, I gave it a shortcut keyword 3) In my AutoHotKey script, I assigned a key to "type the shortcut keyword in the address bar" to run it quickly 4) when a pop-in occurs, I reflexively press my kill key The script is javascript:(function()%7B(function%20()%20%7Bvar%20i%2C%20elements%…
var i, elements = document.querySelectorAll('body *');
for (i = 0; i