Skip to content

Commit 95b778f

Browse files
committed
Change extension description
1 parent 9ec4dfc commit 95b778f

36 files changed

Lines changed: 51 additions & 51 deletions

src/js/1p-filters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*******************************************************************************
22
3-
µBlock - a Chromium browser extension to block requests.
3+
µBlock - a browser extension to block requests.
44
Copyright (C) 2014 Raymond Hill
55
66
This program is free software: you can redistribute it and/or modify

src/js/3p-filters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*******************************************************************************
22
3-
µBlock - a Chromium browser extension to block requests.
3+
µBlock - a browser extension to block requests.
44
Copyright (C) 2014 Raymond Hill
55
66
This program is free software: you can redistribute it and/or modify

src/js/about.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*******************************************************************************
22
3-
µBlock - a Chromium browser extension to block requests.
3+
µBlock - a browser extension to block requests.
44
Copyright (C) 2014 Raymond Hill
55
66
This program is free software: you can redistribute it and/or modify

src/js/asset-viewer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*******************************************************************************
22
3-
µBlock - a Chromium browser extension to block requests.
3+
µBlock - a browser extension to block requests.
44
Copyright (C) 2014 Raymond Hill
55
66
This program is free software: you can redistribute it and/or modify

src/js/assets.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*******************************************************************************
22
3-
µBlock - a Chromium browser extension to block requests.
3+
µBlock - a browser extension to block requests.
44
Copyright (C) 2014-2015 Raymond Hill
55
66
This program is free software: you can redistribute it and/or modify
@@ -207,7 +207,7 @@ var cachedAssetsManager = (function() {
207207
cbError(details);
208208
return;
209209
}
210-
// Saving over an existing item must be seen as removing an
210+
// Saving over an existing item must be seen as removing an
211211
// existing item and adding a new one.
212212
if ( typeof exports.onRemovedListener === 'function' ) {
213213
exports.onRemovedListener(removedItems);

src/js/async.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*******************************************************************************
22
3-
µBlock - a Chromium browser extension to block requests.
3+
µBlock - a browser extension to block requests.
44
Copyright (C) 2014 Raymond Hill
55
66
This program is free software: you can redistribute it and/or modify
@@ -194,4 +194,4 @@ return asyncJobManager;
194194
};
195195

196196
return updateBadgeAsync;
197-
})();
197+
})();

src/js/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*******************************************************************************
22
3-
µBlock - a Chromium browser extension to block requests.
3+
µBlock - a browser extension to block requests.
44
Copyright (C) 2014 Raymond Hill
55
66
This program is free software: you can redistribute it and/or modify

src/js/contentscript-end.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*******************************************************************************
22
3-
µBlock - a Chromium browser extension to block requests.
3+
µBlock - a browser extension to block requests.
44
Copyright (C) 2014 Raymond Hill
55
66
This program is free software: you can redistribute it and/or modify

src/js/contentscript-start.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*******************************************************************************
22
3-
µBlock - a Chromium browser extension to block requests.
3+
µBlock - a browser extension to block requests.
44
Copyright (C) 2014 Raymond Hill
55
66
This program is free software: you can redistribute it and/or modify
@@ -135,7 +135,7 @@ var filteringHandler = function(details) {
135135

136136
// https://github.com/gorhill/uBlock/issues/587
137137
// If no filters were found, maybe the script was injected before uBlock's
138-
// process was fully initialized. When this happens, pages won't be
138+
// process was fully initialized. When this happens, pages won't be
139139
// cleaned right after browser launch.
140140
vAPI.contentscriptStartInjected = details && details.ready;
141141

src/js/contextmenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*******************************************************************************
22
3-
µBlock - a Chromium browser extension to block requests.
3+
µBlock - a browser extension to block requests.
44
Copyright (C) 2014 Raymond Hill
55
66
This program is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)