Amazon filters not working #18656
-
Prerequisites
I tried to reproduce the issue when...
DescriptionPosting here via uBlockOrigin/uBlock-issues#2492 for support not through Reddit. I would like to block Amazon results from web searches. I primarily use Duckduckgo but occasionally use Google as well. I have found ideas through the comments in: I have tried the following filters individually and in various combinations but Amazon results keep coming through. I have used the Element Inspector to see if the hrefs, divs, and other items exist and they appear to be there. It seems like these filters ought to work but I am no expert. duckduckgo.*##.results > div:has(a[href*=["https://www.amazon.com"](https://www.amazon.com/)])
google.com##a[href^=["https://www.amazon."](https://www.amazon./)]:upward(.g)
duckduckgo.*##a[href^=["https://www.amazon."](https://www.amazon./)]:upward(.g)
duckduckgo.com###links > div:has(.result__url__domain:has-text(/amazon/i))
duckduckgo.com###results > div:has(.result__url__domain:has-text(/amazon/i))
duckduckgo.*##.results > div:has(a[href*="amazon.*"])
google.*##.g:has(a[href*="amazon.*"]) URL(s) where the issue occurs.
Screenshot(s)No response uBO versionuBlock Origin 1.50.0 Browser name and versionFirefox 114.0.2 Mac SettingsI have added the filters above to "My Filters", saved the changes, and tried my searches again.
NotesPlease see Settings block above I have also searched the web with multiple search engines for other uBO tips. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Did not know that site existed! Thanks. It's filters seem to work for Google but not DDG where Amazon results still get through. Should I contact the letsblock.it team for further questions or is it ok to continue here? www.google.*##.g:has(a[href*=".amazon."])
www.google.*##a[href*=".amazon."]:upward(1)
duckduckgo.com##a[data-testid="result-title-a"][href*=".amazon."]:upward(.nrn-react-div)
duckduckgo.com##.tile-wrap a[href*=".amazon."]:upward(.tile) |
Beta Was this translation helpful? Give feedback.
Try this filter:
https://github.com/letsblockit/letsblockit/issues/473#issuecomment-1599649159