CITguy / toggle-grayscale

Chrome extension to toggle between full color and grayscale
https://chrome.google.com/webstore/detail/toggle-grayscale/feefpfioflmdeinmmllkeemhmpagonlo
0 stars 0 forks source link

Filter Removes Document Scrolling #1

Closed CITguy closed 5 years ago

CITguy commented 5 years ago

Toggle the extension on a page that scrolls. The page should be converted to grayscale without removing scrolling.

CITguy commented 5 years ago

Closing. Seems the issue is a conflict with how ad blockers behave. An ad blocker's first pass on a page doesn't always remove all the elements, so when the extension applies the filter, the browser does some layout recalculations that don't match up with the original. Reload the page, and it is likely to function correctly, because the ad blocker properly removed elements that result in inaccurate geometry calculations.