1
2
 
 

... someone's old return (though I bought new), complete with amazon[ian] return bar-code.

3
 
 

Most other book platforms are lackluster and dont offer much reach for the indie author, what would be a good alternative way to reach readers?

4
 
 
5
6
7
 
 

Sick of scrolling through junk results, AI-generated ads and links to lookalike products? The author and activist behind the term ‘enshittification’ explains what’s gone wrong with the internet – and what we can do about it

8
 
 

Being based in Germany, I mostly use idealo.de for price comparison. A lot of its search results directly link to some Amazon Marketplace offer, something that I never intend to use.

So, to just purge all Amazon-only stuff from my search results, I've put this simple line to "My filters" in uBlock Origin:

idealo.*## div.sr-resultList__item_m6xdA:has-text(Amazon Marketplace)

Screenshot from uBlock Origin settings in Vivaldi browser: In the Tab "My Filters", I have added the line of code I just mentioned.

(The text sr-resultList__item_m6xdA is the name of the standard HTML class of all search result tiles, as can be determined with the browser's developer tools. I hope it remains stable over the years, otherwise I may have to readjust the rule.)

Do you have similar rules that clean your search results from Amazon listings?

Here's the central syntax guide if you want to make your own: https://github.com/gorhill/uBlock/wiki/Procedural-cosmetic-filters

9
10
11
12
13
14
15
16