diff --git a/ExperimentalFilter/sections/Dangerous/filter.txt b/ExperimentalFilter/sections/Dangerous/filter.txt index 43538a88693..62e5b381f20 100644 --- a/ExperimentalFilter/sections/Dangerous/filter.txt +++ b/ExperimentalFilter/sections/Dangerous/filter.txt @@ -103,6 +103,10 @@ pocketnow.com##div+center > small ||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) @@ -121,19 +125,23 @@ pocketnow.com##div+center > small ||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) -||test-windows-mac-android.org^ +!+ PLATFORM(windows, mac, android, ext_ublock, ext_edge) +||test-windows-mac-android-ext_ublock.org-ext_edge^ ! ! -!+ NOT_PLATFORM(windows,mac,android) -||test-NOT-windows-mac-android.org^ +!+ 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) -||test-NOT-ext_android_cb-ext_ff-ext_safari-ios^ +!+ 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) -||test-ext_android_cb-ext_ff-ext_safari-ios^ \ No newline at end of file +!+ PLATFORM(ext_android_cb, ext_ff, ext_safari, ios, ext_edge) +||test-ext_android_cb-ext_ff-ext_safari-ios-ext_ublock-ext_edge^ \ No newline at end of file