New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ALL facebook.com issues #3367
Comments
I see nothing Can it be adware? |
No i don't have any adware or some adware extensions, the ads are from Facebook ( sponsored ) |
While on a page with ads, right click on page, save as ..., you'll get a folder + html page, zip them together, upload the zip on some free server. Post here the link. |
Here the page with the sponsored ad: https://ufile.io/y827j |
@GetGankNow test this filter |
@mapx- is blocking all post but allowing the comment section and reaction section. |
|
@mapx- works bro, thanks a lot. |
Edit: some sponsored ads are appearing again. |
another example page ? |
The page that i save include all ads, i don't know how to save the page without the ads of this: facebook.com###substream_1:has([id^="feed_subtitle_"]:has-text(Sp)) |
facebook.zip |
test
|
@mapx- this 3 rules works. Thanks for all!! |
test |
weird, working for me (exactly using your test-case) Did you test the same case you uploaded ? or something new ? could be "they" are using different approaches |
Doesn't work for me either. I had to use something like this:
However, with this filter active, FB seems to be refreshing the posts in an infinite loop. |
From about 3mo to about 2wk ago, it was possible to catch Sponsored posts with :has-text(SpSonSsoSredS). This appeared only in Sponsored posts, with the 'S' elements hidden by CSS. (I'm not sure about back then, but now, the hiding CSS uses 'font-size:0', not 'display:none'.) About 2wk ago, they started putting that stuff into all(*) posts. In Sponsored posts they use CSS to hide the 'S' elements. In 'normal' posts they use CSS to hide all of this. :has-text() is not aware of CSS hiding. The CSS used for this hiding is cryptographically hashed; so far it has remained stable for me, but another user has completely different classes, so the simple selector I use in my own filter won't work for anyone else. So we have to get into runtime evaluation of CSS computed styles :( [(*)Not really 'all', but all normal posts by users, and many Sponsored posts, although some emitted by other modules inside FB don't use this particular trickery.] It seems like uBO :matches-css() [see: https://github.com/gorhill/uBlock/wiki/Procedural-cosmetic-filters] might be able to handle this. Something like:
-- which is COMPLETELY UNTESTED, just a pile of syntax smashed together by hand. Not sure if the nested uBO selectors are supported... And all they need to do to break this is chop the word 'Sponsored' up differently; and it won't work for other UI languages. This is getting ugly. |
Maybe need to view the deep of they DOM tag, e.g. looking in for example, I've found some part of sponsored URLs have |
Hi, I saw the comment in filters so I'd like report here:
Thanks. |
Oh, wait, is this really correct video? If so, my fix should not work. If it worked, it may be only because of FB's random insertion of dummy characters. |
@Yuki2718 Yes, there's 60 span tags. Only some of them are used to spell out the word "Sponsored". This HTML structure: i.e.: The above two HTML structures are only found in Sponsored video posts. |
This comment was marked as outdated.
This comment was marked as outdated.
Make a backup of your config and restore to defaults then go to "Filter lists" and update them without loading anything from your config. If it's still broken, we can talk. Otherwise, it's up to you to figure out on your own when you enable bunch of random lists. These will help: https://github.com/gorhill/uBlock/wiki/The-logger https://github.com/gorhill/uBlock/wiki/DOM-inspector |
Looks like we are using many |
The regression is this Do we have any filters like that? I think we only had |
No, the closest will be
But Japanese filter has
|
Sorry if this is a duplicate post. I've had a look through but can't find it. |
For mobile? Maybe. If you have the same structure I had recently: https://www.reddit.com/r/uBlockOrigin/wiki/solutions/#wiki_fb_feed_inserts |
Hiding Suggested For You can potentially cause very occasional infinite load. |
That seems to have done it! Thanks a lot! |
I use www.facebook.com##[aria-posinset] div:not(:only-child)>div:only-child>div:only-child>div:first-child[class=""]>div:not([data-0]):has-text(/^Suggested/):upward([aria-posinset]) and modify it to www.facebook.com##[aria-posinset] div:not(:only-child)>div:only-child>div:only-child>div:first-child[class=""]>div:not([data-0]):has-text(/おすすめ/):upward([aria-posinset]) but it does not work at all. https://github.com/uBlockOrigin/uAssets/assets/78710607/6a6c12ae-8a09-4f32-9539-3eaed0ac1e89 |
You're trying to use the desktop solution on mobile. The mobile solution is on the bottom of the code box. |
Is that where you see the blank pages? I get lots of those sometimes. |
Hi! |
Post your Troubleshooting Info from Facebook: https://github.com/uBlockOrigin/uAssets/assets/66517106/f50a27a9-7acd-481a-85cf-fa17cc35a19f |
|
Also provide the exact URL the issue occurs and your Facebook language settings. I can't reproduce with English (US). |
I can't reproduce either. Try making a backup and resetting to defaults to see if the issue shows up on default settings. I tested on Magyar with the HUN list enabled and the timestamps are all there. It's all The only difference (that I can tell atm) is that I'm using dark mode, and based on the first reported extended filter, you're using light mode. |
OK, I'll try to reset to default, than once turn on the filters. Hope, find what is causing this. Sorry for the false alarm. |
Can anyone help me filter this panel out please? On m.facebook.com (mobile). |
Is it on the main feed? |
Yes. |
This comment was marked as outdated.
This comment was marked as outdated.
|
URL(s) where the issue occurs
Facebook.com
Describe the issue
The Facebook sponsored ads is appearing again, i have tried all the solutions but nothing works
Versions
Settings
The text was updated successfully, but these errors were encountered: