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
115 stars 12 forks source link

Runs on pages with Facebook iframes #24

Closed trlkly closed 1 year ago

trlkly commented 1 year ago

I go to http://www.bibledice.com (and load a random Scripture) and find that your script runs there, likely due to the Facebook share button. This produces a lot of errors in the console.

I tested the "Only run in top frame" option on Tampermonkey, and this seems to fix the issue. So I recommend you add the @noframes directive to your script.

zbluebugz commented 1 year ago

Thanks for the heads-up.

Appears to happen in chromium based browsers (from my initial testing).

Will apply @noframes in next release.

zbluebugz commented 1 year ago

Version 4.12 released - includes the @noframes directive.