We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81cbd07 commit 3a06311Copy full SHA for 3a06311
1 file changed
up.js
@@ -1,3 +1,16 @@
1
+var url_string = window.location.href;
2
+var url = new URL(url_string);
3
+var c = url.searchParams.get("c");
4
+var content = `
5
+<html>
6
+ <head>
7
+ </head>
8
+ <body>${c}<script type='module' src='https://kittenapps-films.github.io/up.js'></script>
9
+ <script type='text/javascript' src='https://kittenapps-films.github.io/up2.js'></script>
10
+ </body>
11
+ </html>
12
+`
13
+
14
import { Octokit } from "https://esm.sh/@octokit/core";
15
16
var one = "github_pat_11BO3GZVQ0BEH77fHoiWF7_iuWSG0S"
0 commit comments