File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -63,9 +63,6 @@ File system structure:
63
63
var fileSystem ;
64
64
var fileSystemQuota = 40 * 1024 * 1024 ;
65
65
var remoteRoot = µBlock . projectServerRoot ;
66
-
67
- /******************************************************************************/
68
-
69
66
var nullFunc = function ( ) { } ;
70
67
71
68
/******************************************************************************/
Original file line number Diff line number Diff line change 2
2
"manifest_version" : 2 ,
3
3
"name" : " __MSG_extName__" ,
4
4
"short_name" : " µBlock" ,
5
- "version" : " 0.1.0.4 " ,
5
+ "version" : " 0.1.0.5 " ,
6
6
"description" : " __MSG_extShortDesc__" ,
7
7
"icons" : {
8
8
"16" : " img/icon_16.png" ,
Original file line number Diff line number Diff line change 40
40
white-space : nowrap;
41
41
text-align : center;
42
42
}
43
+ # switch-hint {
44
+ font-size : 11px ;
45
+ color : # 888 ;
46
+ }
43
47
# page-blocked {
44
48
margin-top : 4px ;
45
49
font-size : 20px ;
53
57
text-align : center;
54
58
}
55
59
# switch .fa {
56
- font-size : 48 px ;
60
+ font-size : 64 px ;
57
61
color : green;
58
62
cursor : pointer;
59
63
}
76
80
< h4 > < a href ="dashboard.html " target ="_blank " title ="Click to open the dashboard "> µBlock< span id ="version "> </ span > </ a > </ h4 >
77
81
< div >
78
82
< p id ="switch "> < span class ="fa "> </ span > </ p >
83
+ < p id ="switch-hint "> click the power button to < br > permanently disable or enable < br > µBlock for the current site</ p >
79
84
< p style ="font-size: 16px; " data-i18n ="popupBlockedRequestPrompt "> </ p >
80
85
< p id ="stats " data-i18n ="popupBlockedOnThisPagePrompt "> </ p >
81
86
< p id ="page-blocked "> ?</ p >
You can’t perform that action at this time.
0 commit comments