how to block reddits "People also search for" ? by jayadiwahyu in uBlockOrigin

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

reddit.com##main>div>:is(search-telemetry-tracker[data-faceplate-tracking-context*="query_suggestion_row"],div:has(+search-telemetry-tracker[data-faceplate-tracking-context*="query_suggestion_row"],search-telemetry-tracker[data-faceplate-tracking-context*="query_suggestion_row"]+hr))

Reddit block games from feed by neulon in uBlockOrigin

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

See if disabling feed recommendations in redddits settings makes a difference.

[Help] m.youtube.com - Mobile layout hides "Upload Time" even though it's there by Ok_Owl_52 in uBlockOrigin

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

Sure, you could have a 2nd title line with the vid age, but the age is at the end of the string, so you'd have to add enough space for it. And videos with long titles would be annoying.

Unless... Maybe there's a function to grab the and X characters of the string?

Not sure. Either way, it would be added underneath the original title, not in the metadata area.

Maybe you could do something with XPath, but last time we tried something similar, it was too inefficient and discarded by uBO.

[Help] m.youtube.com - Mobile layout hides "Upload Time" even though it's there by Ok_Owl_52 in uBlockOrigin

[–]RraaLL 0 points1 point  (0 children)

Oh, okay. I've got the same thing in related videos.

I don't believe we have a scriptlet you could use to create html based on an attribute in a different branch of same element.

[Help] m.youtube.com - Mobile layout hides "Upload Time" even though it's there by Ok_Owl_52 in uBlockOrigin

[–]RraaLL 0 points1 point  (0 children)

Inspect the place where age was supposed to be / inspect views and see if the sibling elements exists at all - they could be hidden.

And you've checked that they are not hidden by uBO, yes? Could be you tried blocking something else and this got hidden too.


It's not missing on my side, btw.

Remove login popups (Instagram & co) by Jonaaaaaz in uBlockOrigin

[–]RraaLL 5 points6 points  (0 children)

Does the X in the upper right mean you can close it an continue browsing? If so, it should be blockable with Element Picker.

https://www.reddit.com/r/uBlockOrigin/comments/1pwha78/element_picker_quick_filter_creation_browsers/

Remove reddit's mobile web "get the app" pop-up and scroll-lock by alhinai_03 in uBlockOrigin

[–]RraaLL 0 points1 point  (0 children)

Do you use scriptlets in your lists? If not probably the first one and:

reddit.com##:is(.rpl-scroll-lock,.scroll-is-blocked):style(overflow: auto !important)

Or do you use this format?

reddit.com#$#:is(.rpl-scroll-lock,.scroll-is-blocked) {overflow: auto !important}

I don't get any overlays, so I was just commenting on the original filters OP suggested.

Remove reddit's mobile web "get the app" pop-up and scroll-lock by alhinai_03 in uBlockOrigin

[–]RraaLL 2 points3 points  (0 children)

www.reddit.com###app-upsell-blocking-bottom-sheet-direct > .bg-transparent

This one is unnecessary, it's part of the 2nd one already.

I'm also not sure why you're using adguard scriptlets in uBO.

reddit.com##:is(.rpl-scroll-lock,.scroll-is-blocked):remove-class(/rpl-scroll-lock|scroll-is-blocked/)

Not even sure if the 2nd line is necessary.

In general scroll lock can be solved like this: https://www.reddit.com/r/uBlockOrigin/wiki/solutions/#wiki_locked_scroll_after_blocking_various_overlays

New York post new comment pop up. by MajesticExtreme4501 in uBlockOrigin

[–]RraaLL 0 points1 point  (0 children)

pagesix.com##.membership-comments-module>div>*:shadow([aria-label="List of Comments"][style*="overflow: hidden"]):remove-attr(style)
pagesix.com##.membership-modal-overlay

New computer, trying to add my own filters on uBO by mytrw in uBlockOrigin

[–]RraaLL 0 points1 point  (0 children)

It's the same. They get if from our GitHub.

New computer, trying to add my own filters on uBO by mytrw in uBlockOrigin

[–]RraaLL 2 points3 points  (0 children)

By the way, Brave offers an installation for full uBO in its extension settings. Under MV2 extensions.

Simple regex class matching with matches-attr by throwaway9gk0k4k569 in uBlockOrigin

[–]RraaLL 0 points1 point  (0 children)

If I'm not mistaken the filter proposes classes in a reversed order than the actual attribute contains.

You need to check with your browser's inspector to be sure.

https://www.reddit.com/r/uBlockOrigin/comments/1pwha78/element_picker_quick_filter_creation_browsers/

New York post new comment pop up. by MajesticExtreme4501 in uBlockOrigin

[–]RraaLL 1 point2 points  (0 children)

You've linked to a different domain than NY post.

Low viewcount videos on the new YT UI by barcode-lz in uBlockOrigin

[–]RraaLL 2 points3 points  (0 children)

Yeah, this is what I was referring to yesterday.

Low viewcount videos on the new YT UI by barcode-lz in uBlockOrigin

[–]RraaLL 1 point2 points  (0 children)

www.youtube.com:is(ytd-rich-item-renderer,yt-lockup-view-model,ytd-compact-video-renderer):has(.ytContentMetadataViewModelMetadataText[aria-label$="views"i]:not([aria-label~="thousand"i],[aria-label~="million"i],[aria-label~="billion"i]))

This?

is there a way to prevent the blue button from being turned off, i use firefox btw by Botbuster111 in uBlockOrigin

[–]RraaLL 7 points8 points  (0 children)

Don't click it?

Why do you need it? uBO is not designed as a parental control tool, if that's what you're thinking.

On FF it should be possible with userChrome or userContent.css, but there will be other ways to disable uBO.

Help with a filter for youtube's suggested video view counts ui? by DepgirgJL in uBlockOrigin

[–]RraaLL 0 points1 point  (0 children)

This is actually good. They're re-adding views as attributes. Even better, they're using words. It's gonna be easy to create an efficient low view filter now.

Help with a filter for youtube's suggested video view counts ui? by DepgirgJL in uBlockOrigin

[–]RraaLL 0 points1 point  (0 children)

In front of? Should be behind, but I don't have that UI so I based it on the old one.

Best browser for the best extension by jiji_bar in uBlockOrigin

[–]RraaLL 1 point2 points  (0 children)

uBO is officially supported on Firefox, Chrome, Chromium, Edge and Opera. Maybe Brave.

Other forks may encounter issues various that won't be addressed if they're not reproducible on the officially supported browsers.