BehindTheOverlay
BehindTheOverlay copied to clipboard
Blurred content when overlay removed
www.phoenixnewtimes.com/news/uber-car-in-autonomous-mode-when-it-killed-woman-police-say-10247590
Uses a blur on the content behind the overlay. This needs to look for and remove that when it occurs.
<div class="all-body sticky" style="filter: blur(8px); overflow: hidden; text-rendering: optimizelegibility;">
So remove any filter:blur that exists in the css or html..
Thanks @SusanTN for the suggestion. But you need to manually activate this extension to make it work. I've just tested it on the provided website and it works fine. The advantage is that it will only activate when required. So it needs less permissions and is less intrusive. To activate the extension, you can click on its icon or use the keyboard shortcut.
It is active, and it works when I removed the overlay it was blurred. Dunno why you got a different experience. The html code posted above was taken from the source for the page. I also use adblock plus perhaps it is something related specifically to that.
If you look in the upper right corner you will see the plugin is activated and in the second image has removed the overlay, the content is blurred. I inspected the page using the web developer tool kit and you can see the blur code in the div in question. When you remove the blur code the page is perfectly legible.