mirror of https://github.com/gorhill/uBlock.git
new revision: hint about power switch
This commit is contained in:
parent
cd552e13e7
commit
225bc2d33c
|
@ -63,9 +63,6 @@ File system structure:
|
|||
var fileSystem;
|
||||
var fileSystemQuota = 40 * 1024 * 1024;
|
||||
var remoteRoot = µBlock.projectServerRoot;
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
var nullFunc = function() { };
|
||||
|
||||
/******************************************************************************/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 2,
|
||||
"name": "__MSG_extName__",
|
||||
"short_name": "µBlock",
|
||||
"version": "0.1.0.4",
|
||||
"version": "0.1.0.5",
|
||||
"description": "__MSG_extShortDesc__",
|
||||
"icons": {
|
||||
"16": "img/icon_16.png",
|
||||
|
|
|
@ -40,6 +40,10 @@ p {
|
|||
white-space: nowrap;
|
||||
text-align: center;
|
||||
}
|
||||
#switch-hint {
|
||||
font-size: 11px;
|
||||
color: #888;
|
||||
}
|
||||
#page-blocked {
|
||||
margin-top: 4px;
|
||||
font-size: 20px;
|
||||
|
@ -53,7 +57,7 @@ p {
|
|||
text-align: center;
|
||||
}
|
||||
#switch .fa {
|
||||
font-size: 48px;
|
||||
font-size: 64px;
|
||||
color: green;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
@ -76,6 +80,7 @@ p {
|
|||
<h4><a href="dashboard.html" target="_blank" title="Click to open the dashboard">µBlock<span id="version"></span></a></h4>
|
||||
<div>
|
||||
<p id="switch"><span class="fa"></span></p>
|
||||
<p id="switch-hint">click the power button to <br>permanently disable or enable <br>µBlock for the current site</p>
|
||||
<p style="font-size: 16px;" data-i18n="popupBlockedRequestPrompt"></p>
|
||||
<p id="stats" data-i18n="popupBlockedOnThisPagePrompt"></p>
|
||||
<p id="page-blocked">?</p>
|
||||
|
|
Loading…
Reference in New Issue