Transparency is supported, so you can display the project behind the frame as long as the page doesn't explicitly set a background color.
-
You can also use JavaScript and most other Web APIs, like this:
+
Transparent backgrounds are supported, and JavaScript works.
-
Due to browser security measures, blocks like "mouse x" and "mouse down?" will not work while the cursor is over the frame unless you use the disable interactivity block.
-
Many websites also block other sites from embedding them for security reasons.
+
You can send messages between the extension and the iframe. Try sending this iframe a message.
+
+
+
Many websites block other sites from embedding them for security reasons. Blocks like "mouse x" and "mouse down?" will not work while the cursor is over the frame unless you use the disable interactivity block.