mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Added AdGuard's 2 newest !#if tokens. (#3938)
This commit is contained in:
parent
ed3a0b8ab9
commit
7e239db9a8
1 changed files with 4 additions and 0 deletions
|
|
@ -610,11 +610,13 @@ export const preparserIfTokens = new Set([
|
|||
'ext_abp',
|
||||
'adguard',
|
||||
'adguard_app_android',
|
||||
'adguard_app_cli',
|
||||
'adguard_app_ios',
|
||||
'adguard_app_mac',
|
||||
'adguard_app_windows',
|
||||
'adguard_ext_android_cb',
|
||||
'adguard_ext_chromium',
|
||||
'adguard_ext_chromium_mv3',
|
||||
'adguard_ext_edge',
|
||||
'adguard_ext_firefox',
|
||||
'adguard_ext_opera',
|
||||
|
|
@ -4182,11 +4184,13 @@ export const utils = (( ) => {
|
|||
// https://adguard.com/kb/general/ad-filtering/create-own-filters/#conditions-directive
|
||||
[ 'adguard', 'adguard' ],
|
||||
[ 'adguard_app_android', 'false' ],
|
||||
[ 'adguard_app_cli', 'false' ],
|
||||
[ 'adguard_app_ios', 'false' ],
|
||||
[ 'adguard_app_mac', 'false' ],
|
||||
[ 'adguard_app_windows', 'false' ],
|
||||
[ 'adguard_ext_android_cb', 'false' ],
|
||||
[ 'adguard_ext_chromium', 'chromium' ],
|
||||
[ 'adguard_ext_chromium_mv3', 'mv3' ],
|
||||
[ 'adguard_ext_edge', 'edge' ],
|
||||
[ 'adguard_ext_firefox', 'firefox' ],
|
||||
[ 'adguard_ext_opera', 'chromium' ],
|
||||
|
|
|
|||
Loading…
Reference in a new issue