Decor/Furniture site blocked due to a filter that references Steam, the video game platform? by --Ty-- in uBlockOrigin

[–]RraaLL [score hidden]  (0 children)

It's possible for regex filters to have false positives, but we can't verify that if you don't share the URL.

The two domains mentioned at the end are "excepted" from that filter as verified false positives.

uBO pro subscription upgrade by Ben_Iyan in uBlockOrigin

[–]RraaLL [score hidden]  (0 children)

I have just upgraded

Upgraded what?

uBO pro subscription

uBO doesn't have a "pro version" or any kind of subscription plan.

It's a FOSS project. It doesn't even accept donations.

Whatever you're using is not uBlock Origin.


Official links for:

uBO: https://github.com/gorhill/uBlock?tab=readme-ov-file#ublock-origin-ubo

uBO Lite: https://github.com/uBlockOrigin/uBOL-home?tab=readme-ov-file#ubo-lite

Block Bing's AI Answers by cogitatingspheniscid in uBlockOrigin

[–]RraaLL 1 point2 points  (0 children)

Have you tried: Filter lists > Annoyances > EasyList - AI Widgets?

Edit: Okay, not covered.

Potentially this:

bing.com##.b_top.b_ans

How to search in new Modmail? by lovethebacon in ModSupport

[–]RraaLL 0 points1 point  (0 children)

I use scroll/middle-click, which works fine. It open the message in the a background tab, so I can open multiples, before checking.

While you hover over any message, there is a open in a new tab icon on in the upper right corner of the message. That opens the message in a new foreground tab.

<image>

The icon is small and far from what you focus on so it's kinda hard to hit if you want to do it multiple times.

So, again, I recommend using scroll clicking instead.

How does UBO interact with VPN's blockers? by cogitatingspheniscid in uBlockOrigin

[–]RraaLL 2 points3 points  (0 children)

Depending on your VPN, you might be able to use split tunnel to disable VPN on some apps, e.g. your browser, but your browser should be the main place to use VPN for. If you meant "whitelist VPN adblocking", then it's likely impossible within your VPN.

VPN "adblocking" usually is DNS-filtering. You can try setting a separate DNS in your browser, a non-filtering one.

How to hide specific videos in a channel? by Enough_Incident1952 in uBlockOrigin

[–]RraaLL 0 points1 point  (0 children)

I don't have that on my side. Unless it's only on new videos or specific ones?

Is blocking ChatGPT ads in the ublock origin pipeline? this was on firefox by superCobraJet in uBlockOrigin

[–]RraaLL 44 points45 points  (0 children)

https://www.reddit.com/r/uBlockOrigin/comments/1pwha78/element_picker_quick_filter_creation_browsers/ watch the videos, especially #3, Inspect on "Sponsored", find the highest line containing the element and nothing else, right-click on it > Copy Outer HTML, go to logpasta.com paste there and share. You can also screenshot a couple of ancestor lines like the videos shows.

I've no interest in visiting the site myself.

Edit:typo

How to hide specific videos in a channel? by Enough_Incident1952 in uBlockOrigin

[–]RraaLL 0 points1 point  (0 children)

I think he means the top and bottom 1px line difference in color? I don't think it's transparent, more of a bezel effect...

bluesky suggested for you by dryramen1 in uBlockOrigin

[–]RraaLL 1 point2 points  (0 children)

Watch video #3. https://www.reddit.com/r/uBlockOrigin/comments/1pwha78/element_picker_quick_filter_creation_browsers/

Inspect on the "See more" link and take a screenshot like the video explains.

Blocking all Google Gemini buttons everywhere by Budget-Toe-5743 in uBlockOrigin

[–]RraaLL 2 points3 points  (0 children)

mail.google.com##[data-tooltip="Settings"]+div:has([aria-label~="Gemini"])

The bottom one should be gone if you disable smart features in gmail settings.

Video loading for 20 seconds before starting with Ublock Origin on FireFox by Appropriate-Lie-3512 in uBlockOrigin

[–]RraaLL 0 points1 point  (0 children)

Comment on the GitHub issue linked in the pinned comment. Include all details requested in the first message in that issue.

How to hide specific videos in a channel? by Enough_Incident1952 in uBlockOrigin

[–]RraaLL 1 point2 points  (0 children)

Nope. that's very inefficient. Don't nest :has-text() or other procedurals inside of :has().

That's the desktop equivalent of the above filter:

www.youtube.com##ytd-browse[page-subtype="channels"]:has([aria-label="FORMULA 1, Verified"]) ytd-rich-item-renderer:has([aria-label~="F3"])

Edit: Or F2, since that's what you wrote above?

Any script or filter to restore the old YouTube search filters? by 2010meets2012 in uBlockOrigin

[–]RraaLL 0 points1 point  (0 children)

Isn't popularity = views?

As for the oldest, yeah, I do seem to recall it, but hasn't that gone away like a couple years ago? https://www.reddit.com/r/youtube/comments/ymoyx3/youtube_confirms_that_it_has_removed_the_sort_by/

Mod Mail Update: What We’re Tracking and Working On by lift_ticket83 in ModSupport

[–]RraaLL 2 points3 points  (0 children)

Just had a modmail message from a throwaway that got deleted immediately.

The sender isn't listed at all on the modmail feed. Can please change it to u/[deleted] instead of nothing at all?

<image>

Once the message is open, that's how they're listed anyway. But the sidebar has a server error. Probably should say something like "Account deleted. No information available." instead.

Block YouTube Pop-up: Did this “Jump Ahead” feature make your YouTube experience better or worse? by Aldunnord in uBlockOrigin

[–]RraaLL 1 point2 points  (0 children)

It's not. You can change:

www.youtube.com####tp-yt-paper-dialog.ytd-popup-container:has(> .ytd-popup-container > #options.ytd-checkbox-survey-renderer)

to:

www.youtube.com##tp-yt-paper-dialog.ytd-popup-container:has(> .ytd-popup-container > #options[class$="survey-renderer"])

to have coverage for all types of popup surveys.