2014-07-09 20:03:25 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-10-21 14:45:54 +00:00
|
|
|
<meta charset="utf-8">
|
2018-03-06 11:19:48 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2018-08-31 14:49:01 +00:00
|
|
|
<title data-i18n="assetViewerPageName"></title>
|
2018-03-04 19:07:01 +00:00
|
|
|
<link rel="stylesheet" href="lib/codemirror/lib/codemirror.css">
|
|
|
|
|
<link rel="stylesheet" href="lib/codemirror/addon/search/matchesonscrollbar.css">
|
2023-03-01 16:04:40 +00:00
|
|
|
<link rel="stylesheet" href="css/themes/default.css">
|
2018-03-04 22:13:27 +00:00
|
|
|
<link rel="stylesheet" href="css/common.css">
|
2019-05-23 23:29:59 +00:00
|
|
|
<link rel="stylesheet" href="css/fa-icons.css">
|
2018-03-04 19:07:01 +00:00
|
|
|
<link rel="stylesheet" href="css/codemirror.css">
|
2020-09-13 12:01:53 +00:00
|
|
|
<link rel="stylesheet" href="css/asset-viewer.css">
|
2022-10-21 16:17:37 +00:00
|
|
|
<link rel="shortcut icon" type="image/png" href="img/icon_64.png">
|
2014-07-09 20:03:25 +00:00
|
|
|
</head>
|
2020-09-13 12:01:53 +00:00
|
|
|
<body class="loading">
|
|
|
|
|
|
2022-01-30 23:35:26 +00:00
|
|
|
<section id="subscribe" class="hide notice">
|
2023-03-01 16:04:40 +00:00
|
|
|
<span class="logo"><img data-i18n-title="extName" src="img/ublock.svg" alt="logo"></span>
|
2020-09-13 12:01:53 +00:00
|
|
|
<span id="subscribePrompt"><span></span><a></a></span>
|
|
|
|
|
<span class="fa-icon">spinner</span>
|
2022-01-30 23:35:26 +00:00
|
|
|
<button id="subscribeButton" type="button" data-i18n="subscribeButton">_<span class="hover"></span></button>
|
|
|
|
|
</section>
|
2018-03-04 19:07:01 +00:00
|
|
|
|
2023-03-03 01:50:32 +00:00
|
|
|
<div id="content" class="codeMirrorContainer codeMirrorBreakAll cm-theme-override"></div>
|
2014-10-17 19:44:19 +00:00
|
|
|
|
2018-02-28 17:31:43 +00:00
|
|
|
<script src="lib/codemirror/lib/codemirror.js"></script>
|
2018-03-04 19:07:01 +00:00
|
|
|
<script src="lib/codemirror/addon/display/panel.js"></script>
|
2020-06-14 16:05:42 +00:00
|
|
|
<script src="lib/codemirror/addon/edit/matchbrackets.js"></script>
|
2020-07-10 12:01:39 +00:00
|
|
|
<script src="lib/codemirror/addon/fold/foldcode.js"></script>
|
2018-03-04 19:07:01 +00:00
|
|
|
<script src="lib/codemirror/addon/scroll/annotatescrollbar.js"></script>
|
2018-03-05 11:59:03 +00:00
|
|
|
<script src="lib/codemirror/addon/search/searchcursor.js"></script>
|
|
|
|
|
<script src="lib/codemirror/addon/selection/active-line.js"></script>
|
2022-02-02 20:40:47 +00:00
|
|
|
<script src="lib/hsluv/hsluv-0.1.0.min.js"></script>
|
2018-03-04 19:07:01 +00:00
|
|
|
|
2023-04-14 14:26:45 +00:00
|
|
|
<script src="js/vapi.js"></script>
|
|
|
|
|
<script src="js/vapi-common.js"></script>
|
|
|
|
|
<script src="js/vapi-client.js"></script>
|
|
|
|
|
|
2023-04-01 20:42:41 +00:00
|
|
|
<script src="js/codemirror/search.js" type="module"></script>
|
2020-08-02 16:18:01 +00:00
|
|
|
<script src="js/codemirror/search-thread.js"></script>
|
2018-02-28 23:51:33 +00:00
|
|
|
|
2023-04-01 20:42:41 +00:00
|
|
|
<script src="js/fa-icons.js" type="module"></script>
|
2022-11-12 14:51:22 +00:00
|
|
|
<script src="js/theme.js" type="module"></script>
|
2022-09-13 21:44:24 +00:00
|
|
|
<script src="js/i18n.js" type="module"></script>
|
2022-11-12 14:51:22 +00:00
|
|
|
<script src="js/dashboard-common.js" type="module"></script>
|
2021-07-25 14:55:35 +00:00
|
|
|
<script src="js/asset-viewer.js" type="module"></script>
|
2014-10-17 19:44:19 +00:00
|
|
|
|
2014-07-09 20:03:25 +00:00
|
|
|
</body>
|
|
|
|
|
</html>
|