forked from magicoflolis/Userscript-Plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.html
More file actions
23 lines (20 loc) · 723 Bytes
/
Copy pathsettings.html
File metadata and controls
23 lines (20 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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>
<form class="magicuserjs-cfg webext-page">
</form>
<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>