mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-17 13:12:07 +00:00
feat(adblocker): change default blocker to the blocklist (ghostery/adblocker#3420)
This commit is contained in:
@ -75,7 +75,7 @@ const defaultConfig = {
|
|||||||
'adblocker': {
|
'adblocker': {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
cache: true,
|
cache: true,
|
||||||
blocker: 'In player',
|
blocker: 'With blocklists',
|
||||||
additionalBlockLists: [], // Additional list of filters, e.g "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/filters.txt"
|
additionalBlockLists: [], // Additional list of filters, e.g "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/filters.txt"
|
||||||
disableDefaultLists: [],
|
disableDefaultLists: [],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user