summaryrefslogtreecommitdiff
path: root/data/extensions/uBlock0@raymondhill.net/cloud-ui.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/cloud-ui.html
parentb73acfe395ea849fcd15c9886a7f4631f2b6f82b (diff)
ubo + private browsing patchHEADmaster
Diffstat (limited to 'data/extensions/uBlock0@raymondhill.net/cloud-ui.html')
-rw-r--r--data/extensions/uBlock0@raymondhill.net/cloud-ui.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/data/extensions/uBlock0@raymondhill.net/cloud-ui.html b/data/extensions/uBlock0@raymondhill.net/cloud-ui.html
new file mode 100644
index 0000000..366cf72
--- /dev/null
+++ b/data/extensions/uBlock0@raymondhill.net/cloud-ui.html
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="utf-8">
+<title></title>
+</head>
+<body>
+<div id="cloudToolbar">
+ <div>
+ <button id="cloudPush" class="iconified notext" type="button" data-i18n-title="cloudPush"><span class="fa-icon">cloud-upload</span><span class="hover"></span></button>
+ <span id="cloudInfo" data-i18n="cloudNoData"></span>
+ <button id="cloudPull" class="iconified notext" type="button" data-i18n-title="cloudPull" disabled><span class="fa-icon">cloud-download</span><span class="hover"></span></button>
+ <button id="cloudPullAndMerge" class="iconified notext" type="button" data-i18n-title="cloudPullAndMerge" disabled><span class="fa-icon">cloud-download</span><span class="fa-icon">plus</span><span class="hover"></span></button>
+ </div>
+ <div id="cloudCog" class="fa-icon">cog</div>
+ <div id="cloudOptions">
+ <label data-i18n="cloudDeviceNamePrompt">_<input id="cloudDeviceName" type="text" value=""></label>&nbsp;<button id="cloudOptionsSubmit" type="button" data-i18n="genericSubmit">_<span class="hover"></span></button>
+ </div>
+</div>
+<div id="cloudError"></div>
+<div id="cloudCapacity"><div><div></div></div></div>
+</body>
+</html>