mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00: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:
parent
01bcc2b8a0
commit
5c449f59f2
3 changed files with 7 additions and 7 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue