luchosrock·vor 8 Jahren·discussNot anymore :( They dropped IMAP and POP support for the free tier on new domains. They are part of the $2/user/month tier now
luchosrock·vor 12 Jahren·discussGood idea! it works pretty good in FF but in Chrome when I type "-" nothing gets printed, and when I type = it prints "-".
luchosrock·vor 13 Jahren·discussTry with the Inspector Console:This will remove the overlay: document.getElementById("TB_overlay").remove();This will remove the annoying window: document.getElementById("TB_window").remove();