BehindTheOverlay icon indicating copy to clipboard operation
BehindTheOverlay copied to clipboard

Blurred content when overlay removed

Open SusanTN opened this issue 6 years ago • 4 comments

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.

SusanTN avatar Mar 19 '18 19:03 SusanTN

<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..

SusanTN avatar Mar 19 '18 19:03 SusanTN

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.

some

NicolaeNMV avatar Mar 19 '18 19:03 NicolaeNMV

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.

SusanTN avatar Mar 20 '18 02:03 SusanTN

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.

phoenixnewtimes-1 phoenixnewtimes-2 phoenixnewtimes-3

SusanTN avatar Mar 20 '18 02:03 SusanTN