From 7072d32f580f9d15da474ba67250cfbd1dfbe8af Mon Sep 17 00:00:00 2001 From: steveseguin Date: Mon, 29 Jan 2024 03:41:05 -0500 Subject: [PATCH] ok/cancel translation fix + chunked changes; untested --- confirm.html | 162 ++++++++++++++++++++++ iframe.html | 2 +- index.html | 17 ++- lib.js | 370 ++++++++++++++++++++++++++++++++++++++++++--------- main.css | 11 +- main.js | 26 +++- webrtc.js | 2 +- 7 files changed, 513 insertions(+), 77 deletions(-) create mode 100644 confirm.html diff --git a/confirm.html b/confirm.html new file mode 100644 index 0000000..93b9489 --- /dev/null +++ b/confirm.html @@ -0,0 +1,162 @@ + + + + Confirm Navigation + + + + + + + + + + + + + + + + + VDO.Ninja + + + + + + +

Confirm External Page

+

You are about to load to the following URL:

+

+

Loading untrusted links may reveal your IP address, location, or attempt to trick you

+

Do you wish to continue loading it?

+ + + + + + \ No newline at end of file diff --git a/iframe.html b/iframe.html index d88878f..47ff6a4 100644 --- a/iframe.html +++ b/iframe.html @@ -25,7 +25,7 @@ } var container = document.getElementById("container"); var iframe = newElement("iframe", { - allow: "document-domain;encrypted-media;sync-xhr;usb;web-share;cross-origin-isolated;accelerometer;midi;geolocation;autoplay;camera;microphone;fullscreen;picture-in-picture;display-capture;", + allow: "document-domain;encrypted-media;sync-xhr;usb;web-share;cross-origin-isolated;accelerometer;midi;geolocation;autoplay;camera;microphone;fullscreen;picture-in-picture;display-capture;gyroscope;", src: addUrlParams(iframesrc, ["cleanoutput", "transparent", "hidemenu"]) }); var iframeExample = newElement("div", { id: exampleId, classList: "iframe-example" }); diff --git a/index.html b/index.html index b3bbfab..73e5073 100644 --- a/index.html +++ b/index.html @@ -92,7 +92,7 @@ - + +
+ +