We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c8faad commit 33dd878Copy full SHA for 33dd878
blog/25-12-04/bypass-csp/ext-js/popup/popup.html
@@ -0,0 +1,46 @@
1
+
2
3
4
+<!DOCTYPE html>
5
6
7
+<html lang=en>
8
9
+ <head>
10
+ <meta charset=utf-8>
11
12
+ <title>
13
+ popup.hmtl
14
+ </title>
15
16
+ <script src=popup.js></script>
17
18
+ <style>
19
20
+ html
21
+ {width:780px;height:590px}
22
23
+ body
24
+ {margin:8px;height:calc(100% - 16px);display:flex;flex-direction:column;gap:20px;box-sizing:border-box}
25
26
+ input
27
+ {font-size:16px;padding:5px 10px;box-sizing:border-box}
28
29
+ textarea
30
+ {font-size:16px;padding:10px;flex:1;box-sizing:border-box}
31
32
33
+ </style>
34
+ </head>
35
36
+ <body>
37
38
+ <input value=run type=button>
39
40
+ <textarea></textarea>
41
42
+ </body>
43
44
+</html>
45
46
0 commit comments