From 225bc2d33c5743f0ce1394e2dac9aa0c37c14e48 Mon Sep 17 00:00:00 2001 From: gorhill Date: Tue, 24 Jun 2014 13:01:22 -0400 Subject: [PATCH] new revision: hint about power switch --- js/assets.js | 3 --- manifest.json | 2 +- popup.html | 7 ++++++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/js/assets.js b/js/assets.js index 195fa2861..9d48c13ad 100644 --- a/js/assets.js +++ b/js/assets.js @@ -63,9 +63,6 @@ File system structure: var fileSystem; var fileSystemQuota = 40 * 1024 * 1024; var remoteRoot = µBlock.projectServerRoot; - -/******************************************************************************/ - var nullFunc = function() { }; /******************************************************************************/ diff --git a/manifest.json b/manifest.json index da49bc06a..974e177cc 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/popup.html b/popup.html index 66f013698..6a4a5160e 100644 --- a/popup.html +++ b/popup.html @@ -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 {

µBlock

+

click the power button to
permanently disable or enable
µBlock for the current site

?