summaryrefslogtreecommitdiff
path: root/data/extensions/uBlock0@raymondhill.net/web_accessible_resources/dom-inspector.html
diff options
context:
space:
mode:
Diffstat (limited to 'data/extensions/uBlock0@raymondhill.net/web_accessible_resources/dom-inspector.html')
-rw-r--r--data/extensions/uBlock0@raymondhill.net/web_accessible_resources/dom-inspector.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/data/extensions/uBlock0@raymondhill.net/web_accessible_resources/dom-inspector.html b/data/extensions/uBlock0@raymondhill.net/web_accessible_resources/dom-inspector.html
new file mode 100644
index 0000000..d338610
--- /dev/null
+++ b/data/extensions/uBlock0@raymondhill.net/web_accessible_resources/dom-inspector.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html id="ublock0-inspector">
+
+<head>
+<meta charset="utf-8">
+<meta name="color-scheme" content="light dark">
+<title>uBlock Origin Inspector</title>
+<link rel="stylesheet" href="../css/dom-inspector.css">
+</head>
+
+<body>
+<svg>
+ <path d></path>
+ <path d></path>
+ <path d></path>
+ <path d></path>
+</svg>
+
+<script src="../js/vapi.js"></script>
+<script src="../js/vapi-common.js"></script>
+<script src="../js/vapi-client.js"></script>
+<script src="../js/dom-inspector.js" type="module"></script>
+
+</body>
+</html>