NSFW xhamster.com

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
eekek
New Member
New Member
Posts: 9
Joined: Sun Feb 21, 2021 1:57 am

Post by eekek »

silentsurvivorx wrote: Tue Feb 23, 2021 9:48 am How to remove the adult warning popup?
Try this:

uBO filters

Code: Select all

xhamster.com##.xh-thumb-disabled *:style(filter:none !important)
xhamster.com##.xh-thumb-disabled .avatar-container, .xh-thumb-disabled .channel-logo, .xh-thumb-disabled .intro-image-container,.xh-thumb-disabled .intro-video-container,.xh-thumb-disabled .mixed-list .item,.xh-thumb-disabled .mobile-video-thumb,.xh-thumb-disabled .photo-intro,.xh-thumb-disabled .pictures_block .thumb_container,.xh-thumb-disabled .pornstar-logo,.xh-thumb-disabled .verified-items .item,.xh-thumb-disabled .video-intro:style(overflow: auto !important)
xhamster.com##.dialog-desktop-container:style(display: none !important)
xhamster.com##html:style(overflow-y:scroll !important)
xhamster.com##+js(remove-class,xh-scroll-disabled|desktop-dialog-open|xh-thumb-disabled)
Yuki
Contributor
Contributor
Posts: 205
Joined: Sun Dec 15, 2019 7:34 am

Post by Yuki »

These will be enough:

uBO filters

Code: Select all

xhamster.com##+js(rc, xh-thumb-disabled, html)
xhamster.com##.dialog-desktop-container
xhamster.com##body.xh-scroll-disabled:style(overflow:auto !important)
:style() is bit expensive performance-wise so better to reduce nodes to apply this.
Steeg
Site Member
Site Member
Posts: 14
Joined: Mon Jun 05, 2017 9:48 pm

Post by Steeg »

You know that thing, where you click on a link, expect it to open normally, but it opens in a new tab instead, and the existing tab tries to load an ad? (If there's a succinct term for this phenomenon, please let me know.)

Well, that's what it's doing, seemingly at random times.

The ad page is blocked, with one of those "uBlock Origin has prevented the following page from loading" messages, at least.
Yuki
Contributor
Contributor
Posts: 205
Joined: Sun Dec 15, 2019 7:34 am

Post by Yuki »

@Steeg Provide an exact URL, Steps to reproduce, all the browser extension you have and any change from default you made to uBO if any.
kenshirokusami1979
Site Member
Site Member
Posts: 16
Joined: Sun Jan 01, 2017 6:56 pm

Post by kenshirokusami1979 »

xhamster has another cookies popup

And links no longer open in a new tab with middle click. The only fix is disabling ublock for xhamster.

kenshirokusami1979
Site Member
Site Member
Posts: 16
Joined: Sun Jan 01, 2017 6:56 pm

Post by kenshirokusami1979 »

xhamster videos have multiple ads inside. These are some examples, but the element names change a lot

Code: Select all

xhamster.com##.e4899-bWrapper
xhamster.com##._4fa3f-containerBottomSpot
kenshirokusami1979
Site Member
Site Member
Posts: 16
Joined: Sun Jan 01, 2017 6:56 pm

Post by kenshirokusami1979 »

eekek wrote: Thu Feb 25, 2021 6:06 pm
silentsurvivorx wrote: Tue Feb 23, 2021 9:48 am

How to remove the adult warning popup?

Try this:

uBO filters

Code: Select all

xhamster.com##.xh-thumb-disabled *:style(filter:none !important)
xhamster.com##.xh-thumb-disabled .avatar-container, .xh-thumb-disabled .channel-logo, .xh-thumb-disabled .intro-image-container,.xh-thumb-disabled .intro-video-container,.xh-thumb-disabled .mixed-list .item,.xh-thumb-disabled .mobile-video-thumb,.xh-thumb-disabled .photo-intro,.xh-thumb-disabled .pictures_block .thumb_container,.xh-thumb-disabled .pornstar-logo,.xh-thumb-disabled .verified-items .item,.xh-thumb-disabled .video-intro:style(overflow: auto !important)
xhamster.com##.dialog-desktop-container:style(display: none !important)
xhamster.com##html:style(overflow-y:scroll !important)
xhamster.com##+js(remove-class,xh-scroll-disabled|desktop-dialog-open|xh-thumb-disabled)

The adult warning popup is back

Post Reply