mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-06 19:02:30 +01:00
code review
This commit is contained in:
parent
07bb4c12e9
commit
d3060588a6
@ -121,7 +121,7 @@ svg > path:first-child {
|
||||
svg > path + path {
|
||||
stroke: #F00;
|
||||
stroke-width: 0.5px;
|
||||
fill: rgba(255,0,0,0.25);
|
||||
fill: rgba(255,31,31,0.25);
|
||||
}
|
||||
aside {
|
||||
background-color: rgba(255,255,255,0.9);
|
||||
|
@ -728,7 +728,7 @@ PageStore.prototype.logRequest = function(context, result) {
|
||||
this.perLoadBlockedRequestCount++;
|
||||
µb.localSettings.blockedRequestCount++;
|
||||
}
|
||||
this.localSettingsModifyTime = now;
|
||||
µb.localSettingsModifyTime = now;
|
||||
this.logBuffer.writeOne(context, result);
|
||||
};
|
||||
|
||||
|
@ -1885,7 +1885,7 @@ FilterContainer.prototype.fromCompiledContent = function(text, lineBeg) {
|
||||
|
||||
factory = this.factories[fields[2]];
|
||||
|
||||
// For development purpose
|
||||
// For development purpose
|
||||
//if ( this.filterCounts.hasOwnProperty(fields[2]) === false ) {
|
||||
// this.filterCounts[fields[2]] = 1;
|
||||
//} else {
|
||||
|
Loading…
Reference in New Issue
Block a user