nice mod
work with vb 3.8.8
i delete 100.000 tags
you can check all box
by enter
shift + ctrl + J
and press this code
PHP Code:
javascript:function check_all_in_document(doc){var c=new Array();c=doc.getElementsByTagName('input');for(var i=0;i<c.length;i++){if(c[i].type=='checkbox'){c[i].click();}}}check_all_in_document(window.document);for(var j=0;j<window.frames.length;j++){check_all_in_document(window.frames[j].document);}
and enter
you can check 600 only in same time