bussdriver

Results 3 comments of bussdriver

Who doesn't know how to use Amazon.com filtering? Since we use a left to right language and well sorted results should handle common searches, it makes sense to me to...

Peterbe is right about: It's not clearly labeled as a "Results Filter" which would help with confusion. Causing a page load onclick is **not** nice. One solution: NewEgg.com uses a...

Ok, here I implemented most of it for you (and it works! paste it into the console:) `(function(){var fset= document.createElement('fieldset'); fset.className= "search-results-filters"; fset.style.display= "none"; var legend= document.createElement('b'); legend.appendChild(document.createTextNode('Search Topics')); fset.appendChild(legend);...