mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
13 lines
269 B
HTML
13 lines
269 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>uBlock Origin Background Page</title>
|
|
</head>
|
|
<body>
|
|
<script src="lib/lz4/lz4-block-codec-any.js"></script>
|
|
<script src="js/vapi.js"></script>
|
|
<script src="js/start.js" type="module"></script>
|
|
</body>
|
|
</html>
|