From 9a39d0a7e2896edd4a6deebad00b8550cfffc15b Mon Sep 17 00:00:00 2001 From: jbukl Date: Fri, 20 Oct 2023 02:37:47 -0400 Subject: fix: chromium clipboard access on chromium, backend calls to clipboardGet are forwarded to an offscreen script --- ext/offscreen.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 ext/offscreen.html (limited to 'ext/offscreen.html') diff --git a/ext/offscreen.html b/ext/offscreen.html new file mode 100644 index 00000000..85576998 --- /dev/null +++ b/ext/offscreen.html @@ -0,0 +1,40 @@ + + + + + + Offscreen + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + -- cgit v1.2.3