summaryrefslogtreecommitdiff
path: root/data/extensions/uBlock0@raymondhill.net/background.html
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-08-15 03:01:21 +0300
committerawy <awy@awy.one>2025-08-15 03:01:21 +0300
commita9370a08517668b3e98cc1d0bd42df407a76c220 (patch)
tree37e7bdb0e76f5495f798e077e45d377c0c3870c0 /data/extensions/uBlock0@raymondhill.net/background.html
parentb73acfe395ea849fcd15c9886a7f4631f2b6f82b (diff)
ubo + private browsing patchHEADmaster
Diffstat (limited to 'data/extensions/uBlock0@raymondhill.net/background.html')
-rw-r--r--data/extensions/uBlock0@raymondhill.net/background.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/extensions/uBlock0@raymondhill.net/background.html b/data/extensions/uBlock0@raymondhill.net/background.html
new file mode 100644
index 0000000..63e27aa
--- /dev/null
+++ b/data/extensions/uBlock0@raymondhill.net/background.html
@@ -0,0 +1,12 @@
+<!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>