mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-31 21:21:41 +00:00
fix(extension): support cross-origin media frames
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<!doctype html>
|
||||
<meta charset="utf-8">
|
||||
<title>Deep wrapper 2</title>
|
||||
<style>body { margin: 0; } iframe { border: 0; }</style>
|
||||
<iframe id="deep-player" width="850" height="480" allowfullscreen></iframe>
|
||||
<script>
|
||||
document.getElementById('deep-player').src =
|
||||
`http://127.0.0.1:${location.port}/pages/frames/player-frame-2.html?deep=hidden`;
|
||||
</script>
|
||||
Reference in New Issue
Block a user