Block Facebook news feed "sponsored" posts that hide in :after css
< 脚本 facebook block more sponsors 的反馈
Add wildcard to URLYou're using// @include https://www.facebook.com/When you click the Facebook logo to refresh the page, the URL changes tohttps://www.facebook.com/?ref=logoWhich your include does not coverYou might want to change it to// @include https://www.facebook.com/*Enjoy the rest of your day,- Reelix
登录以发布留言。
Add wildcard to URL
You're using
// @include https://www.facebook.com/
When you click the Facebook logo to refresh the page, the URL changes to
https://www.facebook.com/?ref=logo
Which your include does not cover
You might want to change it to
// @include https://www.facebook.com/*
Enjoy the rest of your day,
- Reelix