zbluebugz / facebook-clean-my-feeds

Clean up Facebook feeds by hiding sponsored, suggestions and other posts based on keywords.
GNU General Public License v3.0
113 stars 13 forks source link

Suggestion post structure changed again #30

Closed opello closed 1 year ago

opello commented 1 year ago

Like #27 it seems like suggestion post structure has changed. Now there's an additional div before the div:nth-of-type(2) part of the query selector.

For example, from the console:

temp0.querySelector(':scope > div > div > div > div > div > div > div > div > div > div > div > div > div:nth-of-type(2) > div > div > div > div > div > div > div > span').innerText
"Suggested for you" 
zbluebugz commented 1 year ago

I'm not seeing suggestions in my news feed at the moment - so cannot test.

Could you test version 4.13.2- not too sure if the fix is in that one.

opello commented 1 year ago

Looks like it is, 4.13.2 still hides suggested posts for me!

zbluebugz commented 1 year ago

Version 4.14 has been released.