facebook-clean-my-feeds
facebook-clean-my-feeds copied to clipboard
Posts getting past "Suggested for you" filter
Found that I was still getting "Suggested for you" posts
I think I was able to fix it by adding the following in the nf_isSuggested() queries
'div[aria-posinset] > div > div > div > div > div > div:nth-of-type(2) > div > div > div:nth-of-type(2) > div > div:nth-of-type(2) > div > div:nth-of-type(2) > span > div > span:nth-of-type(1)',
'div[aria-describedby] > div > div > div > div > div > div:nth-of-type(2) > div > div > div:nth-of-type(2) > div > div:nth-of-type(2) > div > div:nth-of-type(2) > span > div > span:nth-of-type(1)',