aboutsummaryrefslogtreecommitdiff
path: root/html/repo_query.html
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-03-08 18:15:23 +0100
committerWojtek Kosior <koszko@koszko.org>2022-03-10 11:43:51 +0100
commit003876d507112ebe2575086514d5a388f78dedd9 (patch)
tree58cc0e5f119df559377dbff830d140110eca35a0 /html/repo_query.html
parent093ec2a52697afdda610dde1302a59183719ac0f (diff)
downloadbrowser-extension-003876d507112ebe2575086514d5a388f78dedd9.tar.gz
browser-extension-003876d507112ebe2575086514d5a388f78dedd9.zip
present appropriate error message when using popup in Private Browsing mode
Diffstat (limited to 'html/repo_query.html')
-rw-r--r--html/repo_query.html11
1 files changed, 9 insertions, 2 deletions
diff --git a/html/repo_query.html b/html/repo_query.html
index 67158cc..8692c3b 100644
--- a/html/repo_query.html
+++ b/html/repo_query.html
@@ -105,9 +105,16 @@
}
</style>
<template>
- <div id="repo_query" data-template="main_div" class="repo_query_main_div">
+ <span id="repo_query_private_mode_error", data-template="main_span">
+ Due to bug <a href="https://hydrillabugs.koszko.org/issues/115">#115</a> it
+ is currently impossible to install scripts through the popup when in Private
+ Browsing mode. You can instead perform the installation after navigating to
+ the website in a non-private window. Scripts you install there shall affect
+ websites browsed in Private Mode as well.
+ </span>
+ <div id="repo_query" data-template="main_div">
<div data-template="repos_list_container">
- <div class="repo_query_top_text">
+ <div class="repo_query_top_text", data-template="top_text">
Browsing custom resources for:
<span data-template="url_span" class="repo_queried_url"></span>
</div>