var fDesc=new Array(); fDesc[0] = "Pop-up washer will kill all pop-ups and will not, unlike other pop-up killers, interfere with your surfing experience!
Pop-up blocker allow list let you include sites where you allow pop-up ads.
Very handy and easy to use: includes sites in the allow list (like your internet bank) and the pop-up blocker will always allow pop-ups from this site.
Popup washer will also stop the new form off intrusive messenger spam, that can pop up on your computer even if you does not have any web browsers open. With pop-up washer installed messenger spam will only be a memory from the past! no more pop-up messages."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }