forked from jae-jae/Userscript-Plus
-
-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathsettings.html
More file actions
27 lines (24 loc) · 803 Bytes
/
Copy pathsettings.html
File metadata and controls
27 lines (24 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<title>UserJS - Settings</title>
<link rel="stylesheet" type="text/css" href="css/magicuserjs.css">
<link rel="stylesheet" type="text/css" href="css/web-ext.css">
</head>
<body class="webext-page">
<h1 style="border-bottom: 1px solid #ffffff;">Settings</h1>
<mujs-root>
<mu-js class="main webext-page">
<form class="mujs-cfg webext-page">
</form>
</mu-js>
</mujs-root>
<script src="js/mu.js"></script>
<script src="js/mu-hermes.js"></script>
<script src="js/mu-common.js"></script>
<script src="js/settings.js" type="module"></script>
</body>
</html>