mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-01 16:33:06 +01:00
11 lines
184 B
HTML
11 lines
184 B
HTML
|
<!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>
|