you.com

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Post Reply
Pernicious
Site Member
Site Member
Posts: 26
Joined: Sun Apr 26, 2015 9:45 pm

you.com

Post by Pernicious »

Code: Select all

https://you.com/

has a "Customize your search results" browser extension popup in Firefox and Brave on the right side of its homepage and search results page, see:
https://imgur.com/a/cDApQsh
https://imgur.com/RutLPwL

This popup is dynamically coded, I can block it for a few sessions with static filters, but it eventually changes and pops up again, example of UBO static filters that each worked temporarily:

Code: Select all

you.com##.jULqJF.sc-erPKsr.app-tile.jjLXIi.sc-djvmMF
you.com##.dMVGcF.bXjQhN.sc-zsjhC.sc-bgrGEg

Removing a filter subelement such as

Code: Select all

.jjLXIi

keeps the filter effective for a bit longer but eventually another subelement changes rendering it ineffective. The only static element appears to be

Code: Select all

.app-tile

but just blocking that alone breaks the site.

Is there any way to block these types of page elements?

Thank you.

Pernicious
Site Member
Site Member
Posts: 26
Joined: Sun Apr 26, 2015 9:45 pm

Post by Pernicious »

images for previous post:
Image
Image

intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

Test in uBO (uBlock Origin adblocker)

Code: Select all

you.com##:xpath(//*[contains(text(),"Customize")]):upward([data-testid])

or

Code: Select all

you.com##:xpath(//*[contains(text(),"Customize")]):upward(3)
Pernicious
Site Member
Site Member
Posts: 26
Joined: Sun Apr 26, 2015 9:45 pm

Post by Pernicious »

@ intense:
thank you, those work in uBO.

Post Reply