1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

new revision: hint about power switch

This commit is contained in:
gorhill 2014-06-24 13:01:22 -04:00
parent cd552e13e7
commit 225bc2d33c
3 changed files with 7 additions and 5 deletions

View File

@ -63,9 +63,6 @@ File system structure:
var fileSystem;
var fileSystemQuota = 40 * 1024 * 1024;
var remoteRoot = µBlock.projectServerRoot;
/******************************************************************************/
var nullFunc = function() { };
/******************************************************************************/

View File

@ -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",

View File

@ -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">&#xf011;</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>