1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

[redirect engine] Use shorter name as the official name

- nobab.js => bab-defuser.js
- nofab.js => fuckadblock.js-3.2.0
This commit is contained in:
Raymond Hill 2019-07-09 11:04:12 -04:00
parent 01bcc2b8a0
commit 5c449f59f2
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
3 changed files with 7 additions and 7 deletions

View File

@ -53,9 +53,6 @@ const redirectableResources = new Map([
alias: 'ampproject.org/v0.js',
inject: false
} ],
[ 'bab-defuser.js', {
alias: 'nobab.js',
} ],
[ 'chartbeat.js', {
alias: 'static.chartbeat.com/chartbeat.js',
inject: false
@ -76,9 +73,6 @@ const redirectableResources = new Map([
alias: 'doubleclick.net/instream/ad_status.js',
inject: false
} ],
[ 'fookadblock.js', {
alias: 'fuckadblock.js-3.2.0',
} ],
[ 'google-analytics_analytics.js', {
alias: 'google-analytics.com/analytics.js',
inject: false
@ -123,6 +117,12 @@ const redirectableResources = new Map([
[ 'noeval-silent.js', {
alias: 'silent-noeval.js',
} ],
[ 'nobab.js', {
alias: 'bab-defuser.js',
} ],
[ 'nofab.js', {
alias: 'fuckadblock.js-3.2.0',
} ],
[ 'noop-0.1s.mp3', {
alias: 'noopmp3-0.1s',
inject: false
@ -731,7 +731,7 @@ RedirectEngine.prototype.loadBuiltinResources = function() {
/******************************************************************************/
const resourcesSelfieVersion = 4;
const resourcesSelfieVersion = 5;
RedirectEngine.prototype.selfieFromResources = function() {
µBlock.assets.put(