vsco.co

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
jakky567
New Member
New Member
Posts: 5
Joined: Sat Jan 20, 2018 10:58 pm

vsco.co

Post by jakky567 »

vsco.co mobile site annoying install app advertisement

I used the ublock element picker to hide said notice with vsco.co##section:nth-of-type(1), but if I refresh the search page, it will disable search, as well as inherently disabling search on the homepage. This is only for the mobile site.
moarell
Senior Member
Senior Member
Posts: 50
Joined: Wed Dec 13, 2017 9:24 am

Post by moarell »

Just trying to help here. I am not a mobile user but I was able to reproduce the issue. Can be reproduced on PC+Chrome in the following way:

go to

Code: Select all

https://vsco.co/
press F12 to open developer console. Toggle device or use CTRL+SHIFT+M to get to the mobile website.

search something, I searched for "red". If you scroll down you can see their app download ad. If you try to block it with rightclick-block element it will state

Code: Select all

##.page-wrap > section:nth-of-type(1)
which will block the correct area, but it will break the site / search.

screenshot: https://i.imgur.com/jUTJl0p.png
intense Verified
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense Verified »

try this filter

Code: Select all

vsco.co##.page-wrap > section:has-text(Download the free)
moarell
Senior Member
Senior Member
Posts: 50
Joined: Wed Dec 13, 2017 9:24 am

Post by moarell »

Yep, seems to work. Cheers
User avatar
smed79 Verified
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 Verified »

for Adblock plus

Code: Select all

vsco.co#?#.page-wrap > section:-abp-contains(Download the free)
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
Locked