mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-29 12:14:41 +00:00
Hints testing
This commit is contained in:
@@ -58,90 +58,3 @@ focus.de#%#AG_onLoad(function() { $('div[class^="surftippTitle"]').closest('div[
|
||||
multiup.org##div[class^="span"] > div[class="well"][style^="height"]
|
||||
! https://github.com/AdguardTeam/AdguardForAndroid/issues/718
|
||||
pocketnow.com##div+center > small
|
||||
!
|
||||
!##############################################################
|
||||
!##############################################################
|
||||
!##############################################################
|
||||
!
|
||||
! https://github.com/AdguardTeam/AdguardFilters/issues/3708
|
||||
! Hints testing
|
||||
!
|
||||
! !+ HINT_NAME1(PARAMS) HINT_NAME2(PARAMS)
|
||||
!
|
||||
! List of existing platforms:
|
||||
!
|
||||
! windows -- Adguard for Windows (http://testfilters.adtidy.org/windows/filters/5.txt)
|
||||
! mac -- Adguard for Mac (http://testfilters.adtidy.org/mac/filters/5.txt)
|
||||
! android -- Adguard for Android (http://testfilters.adtidy.org/android/filters/5.txt)
|
||||
! ios -- Adguard for iOS (http://testfilters.adtidy.org/ios/filters/5.txt)
|
||||
! ext_chromium -- Adguard browser extension for Chrome (http://testfilters.adtidy.org/extension/chromium/filters/5.txt)
|
||||
! ext_ff -- Adguard browser extension for Firefox (http://testfilters.adtidy.org/extension/firefox/filters/5.txt)
|
||||
! ext_safari -- Adguard browser extension for Safari (http://testfilters.adtidy.org/extension/safari/filters/5.txt)
|
||||
! ext_android_cb -- Adguard Content Blocker (http://testfilters.adtidy.org/extension/android-content-blocker/filters/5.txt)
|
||||
! Examples:
|
||||
! This rule will be available for Windows, Mac, and Android only:
|
||||
! !+ PLATFORM(windows,mac,android)
|
||||
! ||example.org^
|
||||
! This rule will be available for every platform except Safari extension, iOS, and Android content blocker:
|
||||
! !+ NOT_PLATFORM(ext_safari, ext_android_cb, ios)
|
||||
! ||example.org^
|
||||
!
|
||||
!
|
||||
!+ PLATFORM(windows)
|
||||
||test-windows.org^
|
||||
!+ PLATFORM(mac)
|
||||
||test-mac.org^
|
||||
!+ PLATFORM(android)
|
||||
||test-android.org^
|
||||
!+ PLATFORM(ios)
|
||||
||test-ios.org^
|
||||
!+ PLATFORM(ext_chromium)
|
||||
||test-ext_chromium.org^
|
||||
!+ PLATFORM(ext_ff)
|
||||
||test-ext_ff.org^
|
||||
!+ PLATFORM(ext_safari)
|
||||
||test-ext_safari.org^
|
||||
!+ PLATFORM(ext_android_cb)
|
||||
||test-ext_android_cb.org^
|
||||
!+ PLATFORM(ext_ublock)
|
||||
||test-ext_ublock.org^
|
||||
!+ PLATFORM(ext_edge)
|
||||
||test-ext_edge.org^
|
||||
!
|
||||
!
|
||||
!+ NOT_PLATFORM(windows)
|
||||
||test-NOT-windows.org^
|
||||
!+ NOT_PLATFORM(mac)
|
||||
||test-NOT-mac.org^
|
||||
!+ NOT_PLATFORM(android)
|
||||
||test-NOT-android.org^
|
||||
!+ NOT_PLATFORM(ios)
|
||||
||test-NOT-ios.org^
|
||||
!+ NOT_PLATFORM(ext_chromium)
|
||||
||test-NOT-ext_chromium.org^
|
||||
!+ NOT_PLATFORM(ext_ff)
|
||||
||test-NOT-ext_ff.org^
|
||||
!+ NOT_PLATFORM(ext_safari)
|
||||
||test-NOT-ext_safari.org^
|
||||
!+ NOT_PLATFORM(ext_android_cb)
|
||||
||test-NOT-ext_android_cb.org^
|
||||
!+ NOT_PLATFORM(ext_edge)
|
||||
||test-NOT-ext_edge.org^
|
||||
!+ NOT_PLATFORM(ext_ublock)
|
||||
||test-NOT-ext_ublock.org^
|
||||
!
|
||||
!
|
||||
!+ PLATFORM(windows, mac, android, ext_ublock, ext_edge)
|
||||
||test-windows-mac-android-ext_ublock.org-ext_edge^
|
||||
!
|
||||
!
|
||||
!+ NOT_PLATFORM(windows, mac,android, ext_ublock, ext_edge)
|
||||
||test-NOT-windows-mac-android-ext_ublock.org-ext_edge^
|
||||
!
|
||||
!
|
||||
!+ NOT_PLATFORM(ext_android_cb, ext_ff, ext_safari, ios,ext_ublock, ext_edge)
|
||||
||test-NOT-ext_android_cb-ext_ff-ext_safari-ios-ext_ublock-ext_edge^
|
||||
!
|
||||
!
|
||||
!+ PLATFORM(ext_android_cb, ext_ff, ext_safari, ios, ext_edge)
|
||||
||test-ext_android_cb-ext_ff-ext_safari-ios-ext_ublock-ext_edge^
|
||||
Reference in New Issue
Block a user