Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
new revision: hint about power switch
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Jun 24, 2014
1 parent cd552e1 commit 225bc2d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 0 additions & 3 deletions js/assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ File system structure:
var fileSystem;
var fileSystemQuota = 40 * 1024 * 1024;
var remoteRoot = µBlock.projectServerRoot;

/******************************************************************************/

var nullFunc = function() { };

/******************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 6 additions & 1 deletion popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
white-space: nowrap;
text-align: center;
}
#switch-hint {
font-size: 11px;
color: #888;
}
#page-blocked {
margin-top: 4px;
font-size: 20px;
Expand All @@ -53,7 +57,7 @@
text-align: center;
}
#switch .fa {
font-size: 48px;
font-size: 64px;
color: green;
cursor: pointer;
}
Expand All @@ -76,6 +80,7 @@
<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>
Expand Down

0 comments on commit 225bc2d

Please sign in to comment.