Gmail - Select All Spam
for (i = 0; i < document.f.t.length; i++) {document.f.t[i].checked = true;}
or
for each(s in document.f.t){s.checked=true;}
11391 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
for (i = 0; i < document.f.t.length; i++) {document.f.t[i].checked = true;}
for each(s in document.f.t){s.checked=true;}
<script type="text/javascript" language=javascript> <!-- name=('hugo'); at=('@'); domain=('mueller'); dot=('.'); ext=('de'); document.write('<a href="mailto:' + name + at + domain + dot + ext + '">' + name + at + domain + dot + ext + '<\/a>'); //--> </script> <noscript>hugo (at) mueller (dot) de</noscript>
function mangle() { if (!document.getElementsByTagName && !document.createElement && !document.createTextNode) return; var nodes = document.getElementsByTagName("span"); for(var i=nodes.length-1;i>=0;i--) { if (nodes[i].className=="change") { var at = / at /; var dot = / dot /g; var node = document.createElement("a"); var address = nodes[i].firstChild.nodeValue; address = address.replace(at, "@"); address = address.replace(dot, "."); address = address.replace(at, "@"); address = address.replace(dot, "."); node.setAttribute("href", "mailto:"+address); node.appendChild(document.createTextNode(address)); var prnt = nodes[i].parentNode; for(var j=0;j<prnt.childNodes.length;j++) if (prnt.childNodes[j] == nodes[i]) { if (!prnt.replaceChild) return; prnt.replaceChild(node, prnt.childNodes[j]); break; } } } }
cd /usr/local/scratch/ mkdir junk find /var/spool/postfix -exec grep "somediscernible-feature.com" '{}' \; | awk '{print($3)}' | xargs -J X mv X ./junk/
Binary file /var/spool/postfix/active/D/D8832E38 matches Binary file /var/spool/postfix/active/D/D78EC1C72 matches Binary file /var/spool/postfix/active/D/D593D279D matches Binary file /var/spool/postfix/active/D/D0EB32833 matches
/var/spool/postfix/active/D/D8832E38 /var/spool/postfix/active/D/D78EC1C72 /var/spool/postfix/active/D/D593D279D /var/spool/postfix/active/D/D0EB32833