Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install
Google Merchant Link Removal
Avoid useless search results in Google by filtering out hits that lead to sites that sell stuff.
I wrote this since I was fed up with searching for information about products and only getting search hits from web pages trying to sell the things to me.
I hope that someone else can get use out of it.
As it is today, the script doesn't remove filtered links, but instead right-aligns them. That way it's easy to distinguish between filtered and non-filtered matches, but no information is lost. This can easily be changed to removing the link completely, the required code is currently commented out.
If you have any suggestions for how this could be improved, please tell me. An idea I had was to add functionality for easily building your own database of filtered pages, for instance through a right-click option on links. This should be done as a proper extension though. The lists could furthermore be automatically shared and updated etc... this all makes it very similar to Adblock and the Filterset.G Updater. Perhaps integration would be beneficial.
You could comment on this script if you were logged in.

login to vote
please add www.dooyoo.de
login to vote
pls remove
'.product',
'/product/',
'/products/',
'/produkt/',
'/details/',
and such things cause a lot of the manufacturer has these terms in there url to the product pages - for example seagate and i believe that the productpages of the manufacturer is a wanted search result?!?
login to vote
pls remove
'heise.de',
it has a price listing part that is covered by the term "preisvergleich" but heise itself is a german magazin publisher for example of c't or iX
login to vote
and
'.preis.',
login to vote
please add
'/preisvergleich/',
'/Preisvergleich/',
// Multi-TLD DNS names
'.preisroboter.',
great script :-)
login to vote
Works great!
Thanks a bunch!
login to vote
Ignore my first comment. :) I of course meant to add it as description...
login to vote
I wrote this since I was fed up with searching for information about products and only getting search hits from web pages trying to sell the things to me.
I hope that someone else can get use out of it.
As it is today, the script doesn't remove filtered links, but instead right-aligns them. That way it's easy to distinguish between filtered and non-filtered matches, but no information is lost. This can easily be changed to removing the link completely, the required code is currently commented out.
If you have any suggestions for how this could be improved, please tell me.
An idea I had was to add functionality for easily building your own database of filtered pages, for instance through a right-click option on links. This should be done as a proper extension though. The lists could furthermore be automatically shared and updated etc... this all makes it very similar to Adblock and the Filterset.G Updater. Perhaps integration would be beneficial.