1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-02 00:42:45 +01:00

Change extension description

This commit is contained in:
Deathamns 2015-03-07 19:20:18 +01:00
parent 9ec4dfc1f1
commit 95b778fbc7
36 changed files with 51 additions and 51 deletions

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014-2015 Raymond Hill Copyright (C) 2014-2015 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
@ -207,7 +207,7 @@ var cachedAssetsManager = (function() {
cbError(details); cbError(details);
return; return;
} }
// Saving over an existing item must be seen as removing an // Saving over an existing item must be seen as removing an
// existing item and adding a new one. // existing item and adding a new one.
if ( typeof exports.onRemovedListener === 'function' ) { if ( typeof exports.onRemovedListener === 'function' ) {
exports.onRemovedListener(removedItems); exports.onRemovedListener(removedItems);

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
@ -194,4 +194,4 @@ return asyncJobManager;
}; };
return updateBadgeAsync; return updateBadgeAsync;
})(); })();

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
@ -135,7 +135,7 @@ var filteringHandler = function(details) {
// https://github.com/gorhill/uBlock/issues/587 // https://github.com/gorhill/uBlock/issues/587
// If no filters were found, maybe the script was injected before uBlock's // If no filters were found, maybe the script was injected before uBlock's
// process was fully initialized. When this happens, pages won't be // process was fully initialized. When this happens, pages won't be
// cleaned right after browser launch. // cleaned right after browser launch.
vAPI.contentscriptStartInjected = details && details.ready; vAPI.contentscriptStartInjected = details && details.ready;

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
@ -685,7 +685,7 @@ FilterContainer.prototype.compileEntitySelector = function(hostname, parsed, out
var entity = hostname.slice(0, -2); var entity = hostname.slice(0, -2);
out.push( out.push(
'c\v' + 'c\v' +
'e\v' + 'e\v' +
entity + '\v' + entity + '\v' +
parsed.suffix parsed.suffix
); );

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
sessbench - a Chromium browser extension to benchmark browser session. sessbench - a browser extension to benchmark browser session.
Copyright (C) 2013 Raymond Hill Copyright (C) 2013 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
@ -77,7 +77,7 @@ var selectPage = function() {
if ( targetSrc === currentSrc ) { if ( targetSrc === currentSrc ) {
return; return;
} }
inspector.attr('src', targetSrc); inspector.attr('src', targetSrc);
// This is useful for when the user force-refresh the page: this will // This is useful for when the user force-refresh the page: this will
// prevent a reset to the original request log. // prevent a reset to the original request log.

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µMatrix - a Chromium browser extension to block requests. µMatrix - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to black/white list requests. µBlock - a browser extension to black/white list requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
@ -195,7 +195,7 @@ Matrix.prototype.copyRules = function(other, srcHostname, desHostnames) {
// - * * type // - * * type
// - from * type // - from * type
// - * to * // - * to *
// - from to * // - from to *
Matrix.prototype.hasSameRules = function(other, srcHostname, desHostnames) { Matrix.prototype.hasSameRules = function(other, srcHostname, desHostnames) {

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
@ -303,7 +303,7 @@ var onMessage = function(request, sender, callback) {
); );
µb.savePermanentFirewallRules(); µb.savePermanentFirewallRules();
break; break;
case 'toggleFirewallRule': case 'toggleFirewallRule':
µb.toggleFirewallRule(request); µb.toggleFirewallRule(request);
response = getStats(request.tabId); response = getStats(request.tabId);

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
@ -205,13 +205,13 @@ var toUrlKey = function(url) {
// Ref: http://www.iana.org/assignments/media-types/media-types.xhtml // Ref: http://www.iana.org/assignments/media-types/media-types.xhtml
// https://github.com/gorhill/uBlock/issues/362 // https://github.com/gorhill/uBlock/issues/362
// //
// Using http://dev.w3.org/2006/webapi/FileAPI/#enctype logic, at least it's // Using http://dev.w3.org/2006/webapi/FileAPI/#enctype logic, at least it's
// something... It looks like this is what the browser should be doing with // something... It looks like this is what the browser should be doing with
// `data:` URI, but it's not happening, so i will do it manually for now. // `data:` URI, but it's not happening, so i will do it manually for now.
// //
// ... // ...
// 5. If the "getting an encoding" steps above return failure, then set // 5. If the "getting an encoding" steps above return failure, then set
// encoding to null. // encoding to null.
// 6. If encoding is null, then set encoding to utf-8. // 6. If encoding is null, then set encoding to utf-8.

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
@ -344,7 +344,7 @@ var renderPrivacyExposure = function() {
desHostnameDone[des] = true; desHostnameDone[des] = true;
} }
// The root page domain must always be counted as connected: that's from // The root page domain must always be counted as connected: that's from
// where the root document was fetched. // where the root document was fetched.
// https://github.com/gorhill/uBlock/issues/759 // https://github.com/gorhill/uBlock/issues/759
// The root page domain must be counted if and only if it was actually // The root page domain must be counted if and only if it was actually

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014-2015 Raymond Hill Copyright (C) 2014-2015 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
@ -73,8 +73,8 @@ var onVersionReady = function(lastVersion) {
// Whitelist some key scopes by default // Whitelist some key scopes by default
if ( lastVersion.localeCompare('0.8.6.0') < 0 ) { if ( lastVersion.localeCompare('0.8.6.0') < 0 ) {
µb.netWhitelist = µb.whitelistFromString( µb.netWhitelist = µb.whitelistFromString(
µb.stringFromWhitelist(µb.netWhitelist) + µb.stringFromWhitelist(µb.netWhitelist) +
'\n' + '\n' +
µb.netWhitelistDefault µb.netWhitelistDefault
); );
µb.saveWhitelist(); µb.saveWhitelist();

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014-2015 Raymond Hill Copyright (C) 2014-2015 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
@ -483,7 +483,7 @@
} }
line = line.replace(reLocalIp, '').trim(); line = line.replace(reLocalIp, '').trim();
} }
if ( line.length === 0 ) { if ( line.length === 0 ) {
continue; continue;
} }

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
@ -321,4 +321,4 @@ var matchWhitelistDirective = function(url, hostname, directive) {
/******************************************************************************/ /******************************************************************************/
})(); })();

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/******************************************************************************* /*******************************************************************************
µBlock - a Chromium browser extension to block requests. µBlock - a browser extension to block requests.
Copyright (C) 2014 Raymond Hill Copyright (C) 2014 Raymond Hill
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify