proginosko / LeechBlockNG-chrome

LeechBlock NG (Next Generation) for Chrome is a simple productivity tool designed to block those time-wasting sites that can suck the life out of your working day. All you need to do is specify which sites to block and when to block them.
https://www.proginosko.com/leechblock/
Mozilla Public License 2.0
72 stars 14 forks source link

Grayscale filter brokes Facebook markup #46

Open it-sha opened 2 years ago

it-sha commented 2 years ago

Steps to reproduces

  1. add facebook to the block set
  2. add a checkbox "Apply filter instead of blocking page: grayscale"
  3. open on Facebook some user page
  4. scroll down
  5. see the error: the fixed header is not fixed anymore, we have a hole in markup image

This can be fixed by changing CSS to html{ filter: grayscale(100%); }

proginosko commented 2 years ago

Thanks. This is a known issue:

https://www.tapatalk.com/groups/leechblock/viewtopic.php?p=1939#p1939

Unfortunately I don't have a solution yet.