When using this plugin in console, it includes a link to this repository at the bottom.
However, the plugin is working inside an iframe. When you attempt to click on the link, the link is followed and the github repository page attempts to load inside the iframe. Due to CSP constraints, it fails to load. The page itself "appears" to be blank due to the height of the iframe (11987px) such that the "failed loading/content is blocked" image is out of the viewport.
Possibly add a target attribute to the link to force it to open in a new tab/window?
When using this plugin in console, it includes a link to this repository at the bottom.
However, the plugin is working inside an iframe. When you attempt to click on the link, the link is followed and the github repository page attempts to load inside the iframe. Due to CSP constraints, it fails to load. The page itself "appears" to be blank due to the height of the iframe (11987px) such that the "failed loading/content is blocked" image is out of the viewport.
Possibly add a target attribute to the link to force it to open in a new tab/window?