Binocular search engine

  • Content type - Google indexes web pages and images (, including in PDFs - check!)
    • Web
    • Image
  • All results - these links narrow down to one type of content


<-- https://stackoverflow.com/questions/4769962/ --> <-- script> function htmlreplace(a,b,element){ if(!element)element=document.body; var nodes=element.childNodes; for(var n=0;n 0){ /* alert('No input'); */ } else{ htmlreplace(a,b,nodes[n]) } } } /* htmlreplace(prompt('find'),prompt('replace')); */

Comments