Closed MohamedAliRashad closed 2 years ago
same for me
yup!
Hmm, it's still working for me, so it's possible FB is rolling out a change to different cohorts.
Can someone who's having this problem please run this in the browser console from the Facebook homepage:
document.querySelector("div[role='feed']") == null
And let me know what it returns
i'm having the issue. the line returns "true"
Hmm, it's still working for me, so it's possible FB is rolling out a change to different cohorts.
Can someone who's having this problem please run this in the browser console from the Facebook homepage:
document.querySelector("div[role='feed']") == null
And let me know what it returns
Returns true for me. Probably the class/attributes changed. [role="main"]
should work as a selector instead.
The extension stopped working on facebook for some reason
same for me
Ahh yep sounds like they've made some changes that haven't been pushed out to everyone yet.
[role="main"]
would likely remove too many UI elements, here's where role="feed"
appears on my FB relative to role="main"
, can you see any equivalent attribute we could use as a selector for that element?
Perhaps this
This element contains all the news feed items so #ssrb_feed_start + div
works. I believe it's the same element you are referencing but they've just removed the role attribute.
Ah awesome find, yep that should do it. I've pushed the change to master, could you try this build and see if it fixes it on yours?
NewsFeedEradicator_v2.2.2-3-gcd47dcd.zip
Chrome: Install extension from file
Firefox:
@jordwest yep that works fine. Thank you!
Excellent, thanks for debugging this one with me! Will publish it to the addon stores shortly.
The extension stopped working on facebook for some reason