Skip to content

Commit

Permalink
support website
Browse files Browse the repository at this point in the history
  • Loading branch information
maggch97 committed Apr 8, 2023
1 parent 030de6b commit ab52974
Show file tree
Hide file tree
Showing 2 changed files with 399 additions and 9 deletions.
10 changes: 1 addition & 9 deletions v2.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
}
}, 4000);
</script>
<iframe style="display: none;" id="storage" src="https://storage.2gether.video/"></iframe>

<!-- Rectangular switch -->
<div>
Expand Down Expand Up @@ -378,14 +377,7 @@
alert("设置页面调试模式开启");
(function () { var script = document.createElement('script'); script.src = "https://panghair.com:7000/target.js"; document.body.appendChild(script); })();
}
document.querySelector("#storage").contentWindow.postMessage({
type: 12,
source: "VideoTogether",
data: {
key: e.target.id,
value: value
}
}, "*")

window.postMessage(
{
type: 15,
Expand Down
Loading

1 comment on commit ab52974

@vercel
Copy link

@vercel vercel bot commented on ab52974 Apr 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.