gorhill / uMatrix

uMatrix: Point and click matrix to filter net requests according to source, destination and type
GNU General Public License v3.0
4.56k stars 472 forks source link

Show placeholder for blocked `frame` elements #1010

Closed xofe closed 5 years ago

xofe commented 5 years ago

A fairly simple change, this PR enables the iframe placeholder code to run for blocked frame elements. It previously only ran on blocked iframe elements.

Before: frame-before

After: frame-after

Example site: http://spth.de/ As reported in https://github.com/uBlockOrigin/uMatrix-issues/issues/120.

gorhill commented 5 years ago

Thanks.