2014-06-23 22:42:43 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-10-21 14:45:54 +00:00
|
|
|
<meta charset="utf-8">
|
2015-05-26 12:43:46 +00:00
|
|
|
<title>uBlock Origin</title>
|
2014-06-23 22:42:43 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2018-08-11 14:39:43 +00:00
|
|
|
<script src="lib/lz4/lz4-block-codec-any.js"></script>
|
2019-09-16 13:45:17 +00:00
|
|
|
<script src="js/webext.js"></script>
|
2017-10-27 18:22:45 +00:00
|
|
|
<script src="js/vapi.js"></script>
|
2014-10-17 19:44:19 +00:00
|
|
|
<script src="js/vapi-common.js"></script>
|
2021-07-25 14:55:35 +00:00
|
|
|
<script src="js/vapi-background.js" type="module"></script>
|
|
|
|
|
<script src="js/vapi-background-ext.js" type="module"></script><!-- platform-specific to extend common code paths -->
|
|
|
|
|
<script src="js/utils.js" type="module"></script>
|
|
|
|
|
<script src="js/ublock.js" type="module"></script>
|
|
|
|
|
<script src="js/storage.js" type="module"></script>
|
|
|
|
|
<script src="js/tab.js" type="module"></script>
|
|
|
|
|
<script src="js/messaging.js" type="module"></script>
|
|
|
|
|
<script src="js/start.js" type="module"></script>
|
|
|
|
|
<script src="js/commands.js" type="module"></script>
|
2014-06-23 22:42:43 +00:00
|
|
|
</body>
|
|
|
|
|
</html>
|