Turquoise.htm
~ Courtesy of fravia's [searchlores.org]

The no-noise turquoise scroll


A first draft of specs, anyone can and should add suggestions

A scroll that avoids noise: Turquoise!


The idea is to have a search_scroll that automatically ditches all possible useless pages (commercial bastards, popup farms, redirectors... you tell me) and, thus, leaves you with the best possible signal for your (broad query). IMO it would be a good idea to limit it to the best search engines, but maybe you have better ideas...


only google, fast, wisenut and hotbot
why? because!

filter -".com"
no com sites whatsoever, will loose 0.4% signal, gain a lot

filter "antipopup"

A typical popup script:
<script language="JavaScript"> 
<!--
function open_window(your_page)
{
var popup_height=400;
var H = (screen.height - popup_height) / 2;
var popup_width=500;
var L = (screen.width - popup_width) / 2;
pop_up = window.open(your_page,"Popup","status=yes,scrollbars=yes,resizable=no,height="+popup_height+",width="+popup_width+",top="+H+",left="+L);
}
-->
</script>
so if window.open is there... ditch result!

window.open seems responsible for 88% of the popups

also document.open and window.onunload
also onload="top.window.focus()?
also self.focus()?


¤ ¤

You'r deep inside www.searchlores.org...
Back to the page [you came from]