summaryrefslogtreecommitdiffstats
path: root/platform/mv3/firefox/background.html
blob: 58e9c5e17757e258caae2cf4d2cab1c76ed0e192 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>uBlock Origin Background Page</title>
</head>
<body>
<script src="js/background.js" type="module"></script>
</body>
</html>