1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00
uBlock/src/background.html
2022-09-13 17:44:24 -04:00

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>