Skip to content

Commit 225bc2d

Browse files
committed
new revision: hint about power switch
1 parent cd552e1 commit 225bc2d

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

js/assets.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ File system structure:
6363
var fileSystem;
6464
var fileSystemQuota = 40 * 1024 * 1024;
6565
var remoteRoot = µBlock.projectServerRoot;
66-
67-
/******************************************************************************/
68-
6966
var nullFunc = function() { };
7067

7168
/******************************************************************************/

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "__MSG_extName__",
44
"short_name": "µBlock",
5-
"version": "0.1.0.4",
5+
"version": "0.1.0.5",
66
"description": "__MSG_extShortDesc__",
77
"icons": {
88
"16": "img/icon_16.png",

popup.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
white-space: nowrap;
4141
text-align: center;
4242
}
43+
#switch-hint {
44+
font-size: 11px;
45+
color: #888;
46+
}
4347
#page-blocked {
4448
margin-top: 4px;
4549
font-size: 20px;
@@ -53,7 +57,7 @@
5357
text-align: center;
5458
}
5559
#switch .fa {
56-
font-size: 48px;
60+
font-size: 64px;
5761
color: green;
5862
cursor: pointer;
5963
}
@@ -76,6 +80,7 @@
7680
<h4><a href="dashboard.html" target="_blank" title="Click to open the dashboard">µBlock<span id="version"></span></a></h4>
7781
<div>
7882
<p id="switch"><span class="fa">&#xf011;</span></p>
83+
<p id="switch-hint">click the power button to <br>permanently disable or enable <br>µBlock for the current site</p>
7984
<p style="font-size: 16px;" data-i18n="popupBlockedRequestPrompt"></p>
8085
<p id="stats" data-i18n="popupBlockedOnThisPagePrompt"></p>
8186
<p id="page-blocked">?</p>

0 commit comments

Comments
 (0)